-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "tokenid-blockchain-api",
"version": "0.1.1",
"description": "Token ID Blockchain API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "4.2.6",
"npm" : "3.5.2"
},
"dependencies": {
"bluebird": "3.5.0",
"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",
"key-encoder": "1.1.6",
"pem": "1.9.4",
"request": "^2.79.0",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.3",
"ursa": "0.9.4",
"x509": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/TokenID/TokenID-Blockchain-API.git"
},
"keywords": [
"TokenID",
"identity",
"hyperledger",
"fabric",
"nodejs"
],
"author": "Victor Ikoro",
"license": "ISC",
"bugs": {
"url": "https://github.com/TokenID/TokenID-Blockchain-API/issues"
},
"homepage": "https://github.com/TokenID/TokenID-Blockchain-API#readme"
}