-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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": "ev_charge_records",
"version": "1.0.1",
"description": "EV Charge Records and Decentralised Data Store ",
"main": "charge.js",
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"ethereumjs-abi": "^0.6.5",
"express": "^4.16.3",
"express-session": "^1.15.6",
"extend": "^3.0.2",
"fs": "^0.0.1-security",
"morgan": "^1.9.1",
"parseurl": "^1.3.2",
"path": "^0.12.7",
"promise": "^8.0.1",
"web3": "^1.0.0-beta.16",
"web3-requestmanager": "^1.0.0-beta.14"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eh7/EV_Charge.git"
},
"keywords": [
"ethereum",
"smart",
"contract",
"nodejs",
"truffle",
"dataTables",
"bootstrap",
"jquery"
],
"author": "Gavin Francis",
"license": "ISC",
"bugs": {
"url": "https://github.com/eh7/EV_Charge/issues"
},
"homepage": "https://github.com/eh7/EV_Charge#readme"
}