forked from rusty1s/mongoose-i18n-error
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 798 Bytes
/
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
{
"name": "mongoose-i18n-error",
"version": "0.1.3",
"description": "lightweight module for node.js/express.js to create beautiful mongoose i18n validation error messages",
"author": {
"name": "Matthias Fey",
"email": "[email protected]",
"url": "https://github.com/rusty1s"
},
"keywords": [
"mongoose",
"i18n",
"error",
"mongodb"
],
"repository": {
"type": "git",
"url": "https://github.com/rusty1s/mongoose-i18n-error.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/rusty1s/mongoose-i18n-error/issues"
},
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"mongoose": "^4.2.8",
"i18n": "^0.5.0",
"express": "^4.13.3",
"should": "^7.1.1",
"supertest": "1.1.0"
}
}