-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "dojo-example",
"version": "1.0.0",
"description": "dojo examples",
"main": "bootstrap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set DEBUG=express.* & hotnode ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beeant0512/node-dojo-example.git"
},
"keywords": [
"dojo"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/beeant0512/node-dojo-example/issues"
},
"homepage": "https://github.com/beeant0512/node-dojo-example#readme",
"dependencies": {
"body-parser": "^1.16.0",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"crypto-js": "^3.1.9-1",
"debug": "^2.6.0",
"dgrid": "^1.1.0",
"dijit": "^1.12.1",
"dojo": "^1.12.1",
"dojo-dstore": "^1.1.1",
"dojo-themes": "^1.12.1",
"dojo-util": "^1.12.1",
"dojox": "^1.12.1",
"express": "^4.14.0",
"express-dot-engine": "^1.0.7",
"log4js": "^1.1.0",
"mysql": "^2.13.0",
"node-uuid": "^1.4.7",
"serve-favicon": "^2.3.2"
}
}