-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 752 Bytes
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
{
"name": "seinam",
"version": "0.1.0",
"main": "server/index.js",
"scripts": {
"pretest": "jshint ."
},
"dependencies": {
"express": "^4.12.4",
"bluebird": "^2.9.24",
"mysql": "^2.7.0",
"config": "^1.14.0",
"google-libphonenumber": "^1.0.6",
"lodash": "latest",
"winston": "latest",
"moment": "^2.10.3"
},
"optionalDependencies": {
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.1",
"gulp-util": "^3.0.5",
"jshint": "^2.5.6",
"supertest": "^1.0.1"
},
"scripts": {
"start": "node ./",
"test": "NODE_ENV=test node node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "",
"url": ""
},
"description": "seinam"
}