-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
47
48
{
"name": "gs-useradmin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"errorhandler": "^1.4.2",
"express": "^4.13.2",
"express-handlebars": "^2.0.1",
"lodash": "^4.17.15",
"method-override": "^2.3.5",
"mongoose": "^5.9.6",
"mongoose-filter": "kirasha/mongoose-filter",
"mongoose-findorcreate": "^0.1.2",
"mongoose-hidden": "0.5.1",
"mongoose-times": "^0.1.0",
"mongoose-timestamp": "^0.4.0",
"mongoose-unique-validator": "^0.4.1",
"rest-query-parser": "kirasha/rest-query-parser"
},
"devDependencies": {
"async": "^1.4.0",
"browser-sync": "^2.8.2",
"chalk": "^1.1.0",
"gulp": "^3.9.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"gulp-open": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"morgan": "^1.6.1",
"ripe": "^0.2.0",
"should": "^7.0.2",
"supertest": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}