forked from Pyksys/DeveloperDocumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1015 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1015 Bytes
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
{
"name": "sphero-docs",
"version": "0.1.0",
"private": false,
"engines": {
"node": "4.8.4",
"npm": "2.0.0"
},
"scripts": {
"start": "grunt server",
"test": "grunt test"
},
"dependencies": {
"cheerio": "~0.16.0",
"ejs": "^2.0.7",
"express": "3.4.4",
"express-session": "^1.10.0",
"grunt": "~0.4.5",
"grunt-cli": "*",
"jsonfile": "^2.0.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"assemble": "~0.4.35",
"assemble-contrib-permalinks": "0.3.4",
"bluebird": "2.9.25",
"dox": "0.7.1",
"fs-extra": "0.18.2",
"glob": "5.0.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-execute": "0.2.2",
"grunt-rename": "~0.1.3",
"grunt-text-replace": "~0.3.11"
}
}