forked from indolering/nmc2couch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 922 Bytes
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": "nmc2couch",
"version": "0.3.1",
"description": "Scrapes Namecoin into CouchDB, fairly hackish at the moment.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/indolering/nmc2couch.git"
},
"keywords": [
"namecoin",
"couchdb"
],
"author": "Indolering",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/indolering/nmc2couch/issues"
},
"homepage": "https://github.com/indolering/nmc2couch",
"dependencies": {
"bluebird": "^1.2.4",
"namecoin": "^0.1.4",
"pouchdb": "^2.2.0",
"sugar": "^1.4.1",
"winston": "^0.7.2"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"gulp": "^3.6.2",
"gulp-replace": "^0.3.0",
"levelup": "^0.18.3",
"memdown": "^0.10.0",
"mocha": "^1.18.2"
}
}