forked from ThomasBormans/mongoose-fixture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
{
"name": "mongoose-fixtures",
"description": "Fixture loading for Mongoose on NodeJS",
"maintainers": [
{
"name": "Charles Davison",
"url": "https://github.com/powmedia"
}
],
"contributors": [
{
"name": "Charles Davison",
"url": "https://github.com/powmedia"
},
{
"name": "Jacques-Olivier D. Bernier",
"url": "https://github.com/jackdbernier"
}
],
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/NicolaNauwynck/mongoose-fixtures.git"
},
"bugs": {
"url": "http://github.com/powmedia/mongoose-fixtures/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/powmedia/mongoose-fixtures/raw/master/LICENSE"
}
],
"dependencies": {
"async": "0.1.x",
"mongoose": "3.2.x",
"path": "^0.4.9"
},
"devDependencies": {
"mocha": "1.6.x",
"expect.js": "0.1.x",
"commons": "git://github.com/OpenifyIt/commons.git",
"coffee-script": "1.4.x",
"mongodb": "1.2.x"
},
"scripts": {
"test": "make test"
},
"main": "mongoose_fixtures.js"
}