forked from lykmapipo/seed-mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "seed-mongoose",
"version": "0.1.0",
"description": "DRY data seeding for mongoose",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/seed-mongoose.git"
},
"author": "Lally Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/seed-mongoose/issues"
},
"homepage": "https://github.com/lykmapipo/seed-mongoose",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}],
"keywords": [
"mongoose",
"mongoose-plugin",
"seed",
"fixtures",
"factory",
"database",
"load",
"populate",
"initialize",
"test",
"development",
"production"
],
"dependencies": {
"async": "^1.4.2",
"inflection": "^1.7.2",
"lodash": "^3.10.1",
"require-all": "^1.1.0"
},
"devDependencies": {
"chai": "^1.10.0",
"faker": "^2.1.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"mongoose": "^4.1.10"
}
}