-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 858 Bytes
/
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
{
"name": "booknode",
"description": "Read eBooks in your browser.",
"version": "0.1.0",
"homepage": "https://github.com/acarr/Booknode",
"author": {
"name": "Alex Carr",
"email": "[email protected]",
"url": "alexcarr.me"
},
"dependencies": {
"adm-zip": "0.1.x",
"underscore": "1.4.x",
"express": "3.x.x",
"jquery": "1.7.x",
"mustache": "0.7.x"
},
"repository": {
"type": "git",
"url": "git://github.com/acarr/Booknode.git"
},
"bugs": {
"url": "https://github.com/acarr/Booknode/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/acarr/Booknode/blob/master/LICENSE-MIT"
}
],
"main": "app",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.12"
},
"keywords": []
}