-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "supervisor --harmony index.js",
"deploy": "pm2 start index.js --watch",
"stop": "pm2 stop index.js --watch 0",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/Lorde-Y/scrapy_news.git"
},
"author": "Simon",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lorde-Y/scrapy_news/issues"
},
"homepage": "https://github.com/Lorde-Y/scrapy_news#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"jade": "~1.11.0",
"morgan": "~1.8.1",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"connect-mongo": "^1.3.2",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express-session": "^1.15.5",
"gulp-sass": "^3.1.0",
"mongoose": "^4.12.4",
"pm2": "^2.7.2",
"request": "^2.83.0",
"standard": "^10.0.3",
"superagent": "^3.6.3",
"supervisor": "^0.12.0"
}
}