forked from sparanoid/almace-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "almace-scaffolding",
"version": "1.0.6",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/lab/amsf/",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/sparanoid/almace-scaffolding.git"
},
"bugs": {
"url": "http://github.com/sparanoid/almace-scaffolding/issues"
},
"license": "MIT",
"keywords": [
"amsf",
"jekyll",
"blog",
"less",
"css"
],
"readmeFilename": "README.md",
"devDependencies": {
"autoprefixer": "^6.4.1",
"coffeelint": "^1.15.0",
"grunt": "^1.0.1",
"grunt-assets-inline": "^0.1.13",
"grunt-banner": "^0.6.0",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-cache-bust": "^1.3.0",
"grunt-cleanempty": "^1.0.4",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-csscomb": "^3.1.1",
"grunt-git": "^1.0.0",
"grunt-jekyll": "^0.4.4",
"grunt-leading-quotes": "0.0.13",
"grunt-lesslint": "^3.1.0",
"grunt-minjson": "^0.4.0",
"grunt-newer": "^1.1.2",
"grunt-postcss": "^0.8.0",
"grunt-rev": "^0.1.0",
"grunt-shell": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-uncss-inline": "^1.0.4",
"grunt-xmlmin": "^0.1.8",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.4.0"
}
}