-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "@goodybag/scheduler-app",
"version": "0.0.7",
"description": "goodybag job scheduler app",
"author": "Goodybag",
"main": "app.js",
"scripts": {
"start": "node server",
"test": "./node_modules/mocha/bin/mocha test/",
"build": "./node_modules/gulp/bin/gulp.js",
"build:dev": "./node_modules/gulp/bin/gulp.js dev",
"prepublish": "npm run build"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"less-middleware": "1.0.x",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongo-sql": "^2.7.1",
"morgan": "~1.6.1",
"pg": "^4.4.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"serve-favicon": "~2.3.0",
"superagent": "^1.4.0"
},
"devDependencies": {
"babelify": "^6.3.0",
"supertest": "^1.1.0",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-uglify": "^1.4.1",
"mocha": "^2.3.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": "0.10.x"
}
}