forked from wclr/mongoose-fill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "mongoose-fill",
"version": "1.7.0",
"description": "Mongoose.js add-on that adds virtual (temporary) async fileds API",
"main": "index.js",
"scripts": {
"test": "node -r babel-register test",
"test-watch": "node-dev --respawn -r babel-register test",
"prepublish": "npm run test"
},
"files": [
"README.md",
"index.js",
"test.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/whitecolor/mongoose-fill.git"
},
"keywords": [
"mongoosejs",
"mongodb",
"populate"
],
"author": "whitecolor",
"license": "ISC",
"bugs": {
"url": "https://github.com/whitecolor/mongoose-fill/issues"
},
"homepage": "https://github.com/whitecolor/mongoose-fill#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"mongoose": "^4.0.5",
"tape": "^4.6.0"
},
"dependencies": {
"async": "^1.4.2"
}
}