-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 966 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": "express-storage",
"description": "Light-weight remoteStorage provider",
"version": "0.1.0-12",
"homepage": "https://github.com/5apps/express-storage",
"author": {
"name": "Michiel de Jong, Sebastian Kippe, Garret Alfert",
"email": "[email protected]",
"url": "http://5apps.com"
},
"repository": {
"type": "git",
"url": "git://github.com/5apps/express-storage.git"
},
"bugs": {
"url": "https://github.com/5apps/express-storage/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/5apps/express-storage/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"express": "2.5.x",
"jade": "0.20.x",
"redis": "0.7.x"
},
"devDependencies": {
"grunt": "~0.2.15"
},
"keywords": [],
"engines": {
"node": "0.6.x"
},
"main": "lib/express-storage",
"scripts": {
"test": "grunt test",
"start": "server.js"
},
"subdomain": "express-storage"
}