forked from aymen-mouelhi/ocpp-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1007 Bytes
/
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
{
"name": "ocpp-js",
"version": "1.1.6",
"description": "Open Charge Point Protocol Implementation in JS",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/aymen-mouelhi/ocpp-js.git"
},
"keywords": [
"ocpp"
],
"author": "Aymen Mouelhi <[email protected]> (https://github.com/aymen-mouelhi)",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"bindings": "^1.2.1",
"body-parser": "^1.16.0",
"config": "^1.24.0",
"express": "^4.14.1",
"externalip": "^1.0.2",
"firebase": "^3.6.6",
"fs": "0.0.1-security",
"ip": "^1.1.4",
"ip-address": "^5.8.6",
"moment": "^2.17.1",
"mongoose": "^4.8.0",
"os": "^0.1.1",
"path": "^0.12.7",
"portfinder": "^1.0.12",
"pretty-data": "^0.40.0",
"promise": "^7.1.1",
"request": "^2.79.0",
"soap": "^0.18.0",
"strong-soap": "^1.2.0",
"uuid-js": "^0.7.5",
"wget": "0.0.1"
}
}