-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1007 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
38
39
40
41
{
"name": "couch-configure",
"version": "0.1.2",
"description": "A simple wrapper for Nano to configure couchdb",
"main": "lib/couchConfigure.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt compile"
},
"repository": {
"type": "git",
"url": "https://github.com/ValidUSA/couch-configure.git"
},
"keywords": [
"couchdb",
"promise",
"nano"
],
"author": "Valid USA <mcrummey@validusa.com> (http://www.validusa.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ValidUSA/couch-configure/issues"
},
"homepage": "https://github.com/ValidUSA/couch-configure",
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.3",
"nock": "^2.13.0"
},
"dependencies": {
"lodash": "^3.10.1",
"nano": "^6.1.5",
"winston": "^2.1.1"
}
}