-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.61 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.61 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "blocktool",
"version": "1.0.0",
"description": "utilities for common blockchain systems integration tasks",
"main": "app.js",
"dependencies": {
"bitcoin-promise": "^1.3.1",
"blocktool": "git://github.com/colealbon/blocktool.git",
"bluebird": "^3.3.4",
"bluebird-queue": "0.0.8",
"co-views": "^2.1.0",
"fantasy-lenses": "^0.1.1",
"koa": "^1.2.0",
"koa-cluster": "^0.2.2",
"koa-force-ssl": "0.0.5",
"koa-logger": "^1.3.0",
"koa-render": "^0.2.1",
"koa-request": "^1.0.0",
"koa-route": "^2.4.2",
"koa-static": "^2.0.0",
"memoizee": "^0.3.10",
"object-assign": "^4.0.1",
"promizee": "^1.0.0",
"retry-bluebird": "^0.1.1",
"socket.io": "^1.4.5",
"swagger-koa": "^1.0.8",
"winston": "^2.2.0"
},
"devDependencies": {
"atom-ui-reporter": "0.0.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"cheerio": "^0.20.0",
"commit-msg": "^0.2.1",
"eslint": "^2.4.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"node-debugger": "^1.0.0",
"pre-commit": "^1.1.2",
"pre-push": "^0.1.1",
"swig": "^1.4.2"
},
"scripts": {
"test": "mocha --harmony --ui=tdd --inline-diffs --colors --bail test",
"lint": "eslint .",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colealbon/blocktool.git"
},
"keywords": [
"blockchain",
"bitcoin",
"swagger"
],
"author": "Cole Albon",
"license": "ISC",
"bugs": {
"url": "https://github.com/colealbon/blocktool/issues"
},
"homepage": "https://github.com/colealbon/blocktool#readme"
}