-
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.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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": "racetointernationalbusiness",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "gulp build --prod",
"pretest": "mkdir -p ./data",
"test": "gulp test"
},
"dependencies": {
"body-parser": "~1.13.2",
"cors": "^2.7.1",
"debug": "~2.2.0",
"del": "^2.0.2",
"express": "~4.13.1",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rimraf": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"jshint-stylish": "^2.0.1",
"mongoose": "^4.2.3",
"morgan": "~1.6.1",
"yargs": "^3.27.0"
},
"devDependencies": {
"gulp-concat": "^2.6.0",
"gulp-env": "^0.2.0",
"gulp-express": "^0.3.5",
"gulp-mocha": "^2.2.0",
"gulp-wait": "0.0.2",
"kerberos": "0.0.17",
"mocha": "^2.3.4",
"mongodb-core": "^1.2.26",
"run-sequence": "^1.1.5",
"should": "^8.0.1",
"supertest": "^1.1.0"
}
}