-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
43
44
45
46
47
48
49
{
"name": "mypro",
"version": "0.0.0",
"description": "Mahender's My Profile Application",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"async": "^2.5.0",
"compression": "1.7.*",
"cookie-parser": "~1.4.3",
"cors": "2.8.*",
"debug": "~2.6.9",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fabric-ca-client": "^1.0.5",
"fabric-client": "^1.3.0",
"fabric-network": "^1.3.0-snapshot.43",
"grpc": "^1.10.0",
"http-errors": "~1.6.2",
"js-yaml": "^3.12.0",
"mongoose": "^5.3.14",
"morgan": "^1.9.0",
"pug": "2.0.3",
"serve-favicon": "^2.5.0",
"serve-static": "1.13.*",
"socket.io": "^2.1.1",
"winston": "2.4.*",
"ws": "1.1.5"
},
"engines": {
"node": "8.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Blockchain/marbles.git"
},
"devDependencies": {
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"nodemon": "^1.18.7"
},
"author": "Mahender Gupta",
"license": "ISC"
}