-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.3 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
{
"name": "@dadi/api-couchdb",
"version": "0.0.0-development",
"description": "A CouchDB adapter for DADI API",
"main": "index.js",
"scripts": {
"docs": "jsdoc -c ./docs-conf.json -R README.md -r lib -d docs",
"test": "snazzy 'lib/**/*.js' && env NODE_ENV=test ./node_modules/.bin/istanbul cover --report cobertura --report text --report html --report lcov ./node_modules/mocha/bin/_mocha test",
"posttest": "./scripts/coverage.js && npm run docs",
"postinstall": "node ./scripts/copy-config.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "James Lambie <jameslambie@gmail.com>",
"license": "ISC",
"dependencies": {
"convict": "^2.0.0",
"cradle": "https://github.com/flatiron/cradle.git",
"debug": "^2.6.0",
"underscore": "^1.8.3",
"underscore-contrib": "^0.3.0",
"uuid": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dadi/api-couchdb.git"
},
"devDependencies": {
"colors": "^1.1.2",
"env-test": "^1.0.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^1.1.0-alpha.1",
"istanbul-cobertura-badger": "^1.1.0",
"mocha": "~3.2.0",
"semantic-release": "^6.3.2",
"should": "~4.0.4",
"sinon": "~1.17.6",
"snazzy": "^6.0.0",
"standard": "*"
}
}