-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 818 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
{
"name": "mongoose-hint",
"version": "0.3.0",
"description": "Generate hints for Mongoose queries on the fly",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test --recursive",
"lint": "./node_modules/eslint/bin/eslint.js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/krmannix/mongoose-hint.git"
},
"keywords": [
"mongoose",
"hints"
],
"author": "K. Rodman Mannix",
"license": "MIT",
"bugs": {
"url": "https://github.com/krmannix/mongoose-hint/issues"
},
"homepage": "https://github.com/krmannix/mongoose-hint#readme",
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.11.0",
"mocha": "3.2.0",
"mongoose": "4.6.1"
},
"dependencies": {
"bluebird": "3.4.6",
"ikat": "0.2.0"
}
}