-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 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
49
50
51
52
53
54
55
56
{
"name": "express-mongoose-errors",
"version": "0.2.0",
"description": "Express middleware to handle mongoose errors",
"main": "lib/index.js",
"scripts": {
"prepublish": "gulp build",
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"config": {
"ghooks": {
"pre-commit": "gulp eslint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/omrilitov/express-mongoose-errors"
},
"keywords": [
"express",
"mongoose",
"errors",
"middleware",
"http"
],
"author": {
"name": "Omri Litov",
"email": "[email protected]",
"url": "https://github.com/omrilitov"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/omrilitov/express-mongoose-errors/issues"
},
"homepage": "https://github.com/omrilitov/express-mongoose-errors",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"eslint-config-noamokman": "^1.0.1",
"ghooks": "^1.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-babel-istanbul": "^0.11.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"dependencies": {}
}