-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
45
46
47
{
"name": "box",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"jshint": "type node_modules/.bin/jshint && node_modules/.bin/jshint app.js bin/www lib/*.js routes/*.js"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"adm-zip": "^0.4.4",
"async": "^0.9.0",
"body-parser": "^1.9.0",
"cheerio": "^0.17.0",
"cookie-parser": "^1.3.3",
"debug": "^1.0.4",
"express": "^4.9.5",
"express-session": "^1.8.2",
"jade": "^1.7.0",
"morgan": "^1.3.2",
"passport": "^0.2.1",
"passport-box": "^0.1.0",
"request": "^2.44.0"
},
"description": "web application for box.com",
"main": "bin/www",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:stoshiya/box.git"
},
"keywords": [
"box",
"node.js",
"express",
"oauth",
"passport"
],
"author": "Toshiya SAITOH <stoshiya@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoshiya/box/issues"
},
"homepage": "https://github.com/stoshiya/box"
}