-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 868 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
{
"name": "sharedconfig",
"description": "Shared Configuration Interface using CouchDB as a backend",
"author": "Damon Oehlman <[email protected]>",
"keywords": [
"config",
"couchdb",
"sync"
],
"version": "0.1.7",
"dependencies": {
"debug": "*",
"eventemitter2": "0.4.x",
"lodash": "^2",
"nano": "^5",
"xdiff": "0.2.x"
},
"devDependencies": {
"async": "~0.8",
"mocha": "^1"
},
"repository": {
"type": "git",
"url": "git://github.com/DamonOehlman/sharedconfig.git"
},
"bugs": {
"url": "https://github.com/DamonOehlman/sharedconfig/issues"
},
"scripts": {
"test": "mocha --reporter spec",
"gendocs": "gendocs > README.md"
},
"homepage": "https://github.com/DamonOehlman/sharedconfig",
"main": "index.js",
"directories": {
"test": "test"
},
"license": "MIT"
}