-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "nodejs-api-mongo",
"version": "1.0.0",
"description": "",
"main": "seed.js",
"dependencies": {
"bluebird": "^3.5.1",
"async": "^2.6.1",
"debug": "^3.1.0",
"bson": "^1.1.1",
"faker": "^4.1.0",
"kareem": "^2.3.0",
"lodash": "^4.17.11",
"memory-pager": "^1.5.0",
"mongodb-core": "^3.2.3",
"mongodb": "^3.2.3",
"mongoose": "^5.5.7",
"mongoose-legacy-pluralize": "^1.0.2",
"mpath": "^0.6.0",
"mquery": "^3.2.0",
"ms": "^2.1.1",
"regexp-clone": "^0.0.1",
"require_optional": "^1.0.1",
"resolve-from": "^2.0.0",
"safe-buffer": "^5.1.2",
"saslprep": "^1.0.2",
"semver": "^5.7.0",
"sift": "^7.0.1",
"sliced": "^1.0.1",
"sparse-bitfield": "^3.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letscodetz/nodejs-api-mongo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/letscodetz/nodejs-api-mongo/issues"
},
"homepage": "https://github.com/letscodetz/nodejs-api-mongo#readme"
}