-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 849 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
{
"name": "mongoose-simple-random",
"version": "0.4.1",
"description": "Simple and easy-to-use NodeJS Mongoose Schema plugin to pull random documents",
"main": "mongoose-simple-random.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/larryprice/mongoose-simple-random.git"
},
"keywords": [
"mongoose",
"random"
],
"author": "Larry Price <[email protected]> (http://larry-price.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/larryprice/mongoose-simple-random/issues"
},
"homepage": "https://github.com/larryprice/mongoose-simple-random",
"devDependencies": {
"async": "^2.1.4",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"mockgoose": "^6.0.8",
"mongoose": "^4.7.7"
}
}