-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 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
{
"name": "blocks",
"version": "1.0.0",
"description": "Test app to investigate the Hyperledger block chain. ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eric Vaughn",
"dependencies": {
"atob": "^2.0.3",
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"hexy": "^0.2.7",
"hfc": "^0.6.0",
"morgan": "^1.7.0",
"protobufjs": "^5.0.1",
"q": "^1.4.1",
"rest": "^2.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"superagent": "^2.1.0"
}
}