-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 964 Bytes
/
package.json
File metadata and controls
44 lines (43 loc) · 964 Bytes
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
{
"name": "API-Write",
"version": "1.0.0",
"description": "API-Write para Hyperledger Fabric NodeJS Server",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/antonioalfa22/API-Write"
},
"keywords": [
"Antonio",
"Hyperledger",
"Fabric",
"NodeJS",
"Server",
"Hyperledger",
"Fabric"
],
"author": "Antonio Paya Gonzalez",
"dependencies": {
"body-parser": "^1.18.3",
"chai-http": "^4.2.1",
"dotenv": "^7.0.0",
"ejs": "latest",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"fabric-ca-client": "^1.4.0",
"fabric-client": "^1.4.0",
"grpc": "^1.6.0",
"mongoose": "^5.4.19",
"rest": "^2.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1",
"nodemon": "^1.18.9"
},
"license": "MIT"
}