-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 843 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
{
"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.6.*",
"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",
"pug": "2.0.0-beta11",
"serve-static": "1.11.*",
"winston": "2.2.*",
"ws": "1.1.*"
},
"engines": {
"node": "^6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain/marbles.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sass": "*",
"gulp-concat": "*",
"gulp-clean-css": "*",
"gulp-rename": "*"
},
"author": {
"name": "David Huffman"
},
"license": "Apache-2.0"
}