forked from seanemmer/mongoose-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 850 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-seed",
"version": "0.5.1",
"description": "Seed data population for Mongoose",
"main": "index.js",
"scripts": {
"test": "mocha --exit test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanemmer/mongoose-seed.git"
},
"keywords": [
"mongoose",
"seed",
"mongo",
"mongodb",
"node",
"node.js",
"MEAN",
"MEAN.js",
"MEAN.io"
],
"author": "Sean Emmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanemmer/mongoose-seed/issues"
},
"homepage": "https://github.com/seanemmer/mongoose-seed#readme",
"dependencies": {
"async": "~3.2.1",
"chalk": "~4.1.2",
"lodash": "~4.17.21",
"path": "~0.12.7"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"mongoose": "^6.0.12"
}
}