forked from IBM-Blockchain-Archive/marbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 992 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
43
44
45
46
{
"name": "marbles",
"version": "0.0.1",
"description": "A Node.js web application that demonstrates utilizing IBM Blockchain JS to call REST APIs on the blockchain.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.0.2",
"cf-deployment-tracker-client": "*",
"compression": "1.4.4",
"cookie-parser": "1.0.1",
"cors": "2.5.3",
"debug": "0.7.4",
"express": "4.0.0",
"express-session": "1.2.1",
"hfc": "0.6.5",
"jade": "1.3.1",
"morgan": "1.1.1",
"serve-static": "1.9.2",
"ws": "1.0.1",
"fs": "latest",
"https": "latest"
},
"engines": {
"node": "0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain/marbles.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"gulp-concat": "*",
"gulp-clean-css": "*",
"gulp-rename": "*",
"gulp-buster": "*"
},
"author": {
"name": "David Huffman"
},
"license": "Apache-2.0"
}