-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
65
66
{
"name": "leancloud-open",
"version": "0.0.7",
"description": "LeanCloud Public Resources",
"author": "Tunghsiao Liu",
"homepage": "http://open.leancloud.cn/",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test",
"lint": "bundle exec mdl _app/_posts/",
"precommit": "bundle exec mdl _app/_posts/"
},
"repository": {
"type": "git",
"url": "git://github.com/leancloud/open.git"
},
"bugs": {
"url": "http://github.com/leancloud/open/issues"
},
"license": "MIT",
"keywords": [
"amsf",
"jekyll",
"blog",
"less",
"css"
],
"readmeFilename": "README.md",
"devDependencies": {
"autoprefixer": "^6.6.1",
"coffeelint": "^1.16.0",
"grunt": "^1.0.1",
"grunt-assets-inline": "^0.1.19",
"grunt-banner": "^0.6.0",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-cache-bust": "^1.5.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": "^2.0.0",
"grunt-contrib-htmlmin": "^2.2.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-html-trim": "^0.1.0",
"grunt-jekyll": "^0.4.4",
"grunt-leading-quotes": "0.0.13",
"grunt-minjson": "^0.4.0",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.8.0",
"grunt-service-worker": "^0.1.1",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-uncss-inline": "^1.0.5",
"grunt-xmlmin": "^0.1.8",
"husky": "^0.14.3",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.4.0"
}
}