forked from IBM-Blockchain-Archive/marbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 888 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
{
"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": {
"express": "4.0.0",
"jade": "1.3.1",
"express-session": "1.2.1",
"compression": "1.4.4",
"serve-static": "1.9.2",
"morgan": "1.1.1",
"cookie-parser": "1.0.1",
"body-parser": "1.0.2",
"debug": "0.7.4",
"cors":"2.5.3",
"async": "0.9.0",
"ws": "1.0.1",
"ibm-blockchain-js": "0.0.8"
},
"engines": {
"node": "0.12.0"
},
"repository": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"gulp-concat": "*",
"gulp-minify-css": "1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"gulp-sourcemaps": "*",
"gulp-rename": "*",
"watchify": "^3.3.1"
}
}