forked from sparanoid/almace-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "almace-scaffolding",
"version": "2.0.14",
"description": "Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.",
"author": "Tunghsiao Liu",
"homepage": "https://sparanoid.com/lab/amsf/",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparanoid/almace-scaffolding.git"
},
"bugs": {
"url": "https://github.com/sparanoid/almace-scaffolding/issues"
},
"license": "MIT",
"keywords": [
"amsf",
"jekyll",
"blog",
"sass",
"css"
],
"readmeFilename": "README.md",
"devDependencies": {
"@lodder/time-grunt": "4.0.0",
"autoprefixer": "9.5.1",
"coffeelint": "2.1.0",
"coffeescript": "2.4.1",
"grunt": "1.0.4",
"grunt-assets-inline": "1.2.1",
"grunt-bump": "0.8.0",
"grunt-cache-bust": "1.7.0",
"grunt-cleanempty": "1.0.4",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-conventional-changelog": "6.1.0",
"grunt-doctype": "2.0.2",
"grunt-git": "1.0.13",
"grunt-html-trim": "0.1.2",
"grunt-jekyll": "1.0.0",
"grunt-minjson": "0.4.0",
"grunt-newer": "1.3.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"grunt-service-worker": "1.0.3",
"grunt-shell": "3.0.1",
"grunt-sri-hash": "1.1.4",
"grunt-terser": "0.1.0",
"grunt-text-replace": "0.4.0",
"grunt-uncss-inline": "1.2.5",
"grunt-xmlmin": "0.1.8",
"jit-grunt": "0.10.0",
"node-sass": "4.11.0"
}
}