-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 959 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
35
36
37
{
"name": "mongoosedao",
"version": "1.0.13",
"description": "mongoose dao",
"main": "index.js",
"scripts": {
"start": "npm publish .",
"test": "./node_modules/.bin/gulp",
"mocha": "./node_modules/.bin/mocha -u bdd",
"cov": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/i5ting/mongoosedao.git"
},
"keywords": [
"db",
"mongoose",
"dao",
"orm",
"mongodb",
"mongo"
],
"author": "i5ting <shiren1118@126.com>",
"license": "MIT",
"devDependencies": {
"bluebird": "^2.9.32",
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.2",
"gulp-watch": "^4.2.4",
"istanbul": "^0.3.16",
"mocha": "^2.2.5",
"mongoose": "^4.0.4"
}
}