-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "iot-blockchain-swatooth-api",
"version": "1.0.0",
"description": "It's sample app with integration blockchain in context iot (internet of things)",
"main": "index.js",
"scripts": {
"start": "npm-run-all --parallel open:src",
"open:src": "nodemon src/index.js",
"lint": "node_modules/.bin/esw src",
"lint:watch": "npm run lint -- --watch"
},
"author": "Cássio Paixão <cassiopaixaoti@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cassiolpaixao90/iot-blockchain-sawtooth-api.git"
},
"dependencies": {
"cbor": "4.0.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"ip": "^1.1.5",
"lodash": "^4.17.10",
"nodemon": "^1.13.3",
"redux": "3.7.2",
"request": "2.83.0",
"sawtooth-sdk": "1.0.1",
"npm-run-all": "1.8.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-watch": "^4.0.2",
"i": "^0.3.6"
}
}