forked from finscn/avoscloud-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 KB
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
{
"name": "leancloud-docs",
"version": "0.0.0",
"description": "LeanCloud Documentation",
"main": "index.js",
"scripts": {
"test": "grunt test --no-comments"
},
"repository": {
"type": "git",
"url": "git://github.com/leancloud/docs.git"
},
"author": "",
"license": "LGPL-3.0",
"gitHead": "c3733ba8e4b896eeb9813582f28429c095ddd66c",
"readmeFilename": "README.md",
"devDependencies": {
"assemble": "~0.4.33",
"assemble-swig": "~0.1.0",
"autoprefixer": "^6.0.1",
"avoscloud-sdk": "^0.5.4",
"body-parser": "^1.13.1",
"cheerio": "^0.19.0",
"coffee-script": "^1.9.3",
"connect-livereload": "~0.3.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"grunt": "^0.4.5",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-munger": "^3.4.0",
"grunt-markdown": "~0.7.0",
"grunt-nunjucks": "git://github.com/sdjcw/grunt-nunjucks-render.git",
"grunt-postcss": "^0.6.0",
"grunt-usemin": "~3.0.0",
"jit-grunt": "^0.9.1",
"nunjucks": "^1.3.4",
"time-grunt": "^1.2.1",
"underscore": "^1.8.3"
},
"dependencies": {}
}