-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
49 lines (49 loc) · 1.27 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": "composer-file-storage-ways",
"version": "0.0.1",
"description": "differnet ways (ipfs, string) of file storage with hyperledger compser",
"scripts": {
"test": "mocha --recursive"
},
"author": "preetam",
"email": "[email protected]",
"license": "Apache-2.0",
"devDependencies": {
"babel-eslint": "^8.2.2",
"browserfs": "^1.2.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"composer-admin": "^0.16.0-0",
"composer-cli": "^0.16.0-0",
"composer-client": "^0.16.0-0",
"composer-connector-embedded": "^0.16.0-0",
"composer-cucumber-steps": "^0.16.0-0",
"cucumber": "^2.2.0",
"eslint": "^3.6.1",
"eslint-config-netflix": "^2.0.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"nyc": "^11.0.2",
"pre-commit": "^1.2.2",
"nodemon": "^1.11.0"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"gzip": "^0.1.0",
"helmet": "^3.10.0",
"joi": "13.1.2",
"json-sql": "0.3.11",
"jsonwebtoken": "^8.1.1",
"mongoose": "^5.0.2",
"ipfs-api": "*",
"multer": "*"
}
}