forked from IBM-Blockchain-Archive/marbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 855 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
42
{
"name": "marbles",
"version": "4.0.0",
"description": "A demonstration Node.js web application on Hyperledger Fabric.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "2.5.*",
"compression": "1.7.*",
"cookie-parser": "1.4.*",
"cors": "2.8.*",
"express": "4.14.*",
"express-session": "1.14.*",
"fabric-ca-client": "1.0.5",
"fabric-client": "1.0.5",
"grpc": "1.10.1",
"pug": "2.0.3",
"serve-static": "1.13.*",
"winston": "2.4.*",
"ws": "1.1.5"
},
"engines": {
"node": "^6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain/marbles.git"
},
"devDependencies": {
"gulp": "3.9.*",
"gulp-sass": "*",
"gulp-concat": "*",
"gulp-clean-css": "*",
"gulp-rename": "*"
},
"author": {
"name": "David Huffman"
},
"license": "Apache-2.0"
}