forked from joyeecheung/virtual-bookcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "bookcase",
"version": "2.0.0",
"description": "A 3D virtual bookcase written with three.js, backed by Express and MongoDB",
"main": "app.js",
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"jade": "~1.9.2",
"mongoose": "^4.0.1",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"serve-static": "^1.9.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"load-grunt-tasks": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/joyeecheung/virtual-bookcase.git"
},
"author": "Joyee Cheeung <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joyeecheung/virtual-bookcase/issues"
},
"homepage": "https://github.com/joyeecheung/virtual-bookcase",
"keywords": [
"three.js",
"express",
"mongodb"
]
}