-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "hacker-news-app",
"version": "1.0.0",
"description": "Hacker News App to read post",
"main": "index.js",
"scripts": {
"start": "node ./node_modules/.bin/gulp build && node index.js",
"dev": "node pm2.js"
},
"author": "Rodrigo Navarro",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"bluebird": "^3.5.1",
"express": "^4.16.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-strip-comments": "^2.5.1",
"gulp-uglify": "^3.0.0",
"helmet": "^3.8.2",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"nconf": "^0.8.5",
"node-schedule": "^1.2.5",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"sass": "^1.0.0-beta.2"
},
"devDependencies": {
"pm2": "^2.7.1"
}
}