-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 904 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
{
"name": "cloudbook",
"version": "0.1.0",
"description": "Graphical editor book",
"main": "gulpfile.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"watch": "~0.16.0",
"pretty-data": "~0.40.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-book/cloudbook.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cloud-book/cloudbook/issues"
},
"devDependencies": {
"async": "^0.9.0",
"chrome-remote-interface": "~0.7.0",
"globule": "^0.2.0",
"gulp": "~3.8.11",
"gulp-util": "~3.0.4",
"jsdoc": "~3.3.0",
"jsxgettext": "~0.6.3",
"lodash": "~3.8.0",
"mocha": "~2.2.5",
"node-webkit-builder": "~1.0.11",
"po2json": "~0.4.1",
"rc": "^0.5.0",
"should": "~6.0.1"
}
}