-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 985 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
43
44
{
"name": "node-js-sample",
"version": "0.2.0",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "nodemon index.js --watch index.js",
"prod": "gulp prod",
"watch": "gulp watch"
},
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"csv-write-stream": "^2.0.0",
"csvtojson": "^1.1.7",
"express": "^4.16.3",
"fast-csv": "^2.4.0",
"jsonfile": "^4.0.0",
"lodash": "^4.17.10",
"python-shell": "^0.4.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-html-replace": "^1.6.2",
"nodemon": "^1.17.5"
},
"engines": {
"node": "4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-sample"
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Mark Pundsack",
"contributors": [
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)"
],
"license": "MIT"
}