-
Notifications
You must be signed in to change notification settings - Fork 300
/
package.json
42 lines (42 loc) · 1.01 KB
/
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": "Car-Lease-Demo",
"version": "0.7.3",
"description": "A Node.js web application that demonstrates utilizing IBM Blockchain JS to call REST APIs on the blockchain.",
"main": "app.js",
"licence": "Apache-2.0",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "1.0.2",
"cf-deployment-tracker-client": "*",
"cookie-parser": "1.0.1",
"cors": "2.5.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fs": "",
"hfc": "^0.6.5",
"request": "^2.79.0",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.3",
"x509": ""
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain/car-lease-demo.git"
},
"engines": {
"node": "^6.9.1",
"npm": "^3.10.8"
},
"devDependencies": {
"gulp-concat": "*",
"gulp-minify-css": "1.2.1",
"gulp-rename": "*",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "*",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4"
}
}