-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 878 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
37
38
39
40
41
{
"name": "mongoose-entity",
"version": "1.0.0",
"description": "class-based wrapper for mongoose",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Romsters/mongoose-entity.git"
},
"keywords": [
"mongoose",
"class",
"wrapper",
"class-wrapper",
"orm",
"mongo",
"mongoDB",
"ORM",
"repository",
"database",
"framework",
"es6",
"ecma",
"script",
"es",
"es6-wrapper",
"js"
],
"author": "Roman Petriv <[email protected]> (https://github.com/Romsters)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Romsters/mongoose-entity/issues"
},
"homepage": "https://github.com/Romsters/mongoose-entity#readme",
"dependencies": {
"mongoose": "^4.4.14"
}
}