-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 Bytes
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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "~1.13.2",
"cheerio": "^0.20.0",
"connect-flash": "^0.1.1",
"connect-memcached": "*",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"fs": "0.0.2",
"html-entities": "^1.2.0",
"image-size": "^0.5.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"multiparty": "^4.1.2",
"mysql": "^2.10.2",
"path": "^0.12.7",
"promisify": "0.0.3",
"redis": "^2.5.3",
"request-promise": "^3.0.0",
"sequelize": "^3.19.3",
"serve-favicon": "~2.3.0",
"youtube-node": "^1.3.0"
}
}