ocpp-js
Version:
Open Charge Point Protocol Implementation in JS
39 lines (38 loc) • 946 B
JSON
{
"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 <aymen.mouelhi@gmail.com> (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",
"ip": "^1.1.4",
"ip-address": "^5.8.6",
"moment": "^2.17.1",
"mongoose": "^4.8.0",
"path": "^0.12.7",
"portfinder": "^1.0.12",
"promise": "^7.1.1",
"request": "^2.79.0",
"soap": "^0.18.0",
"strong-soap": "^1.2.0",
"uuid-js": "^0.7.5"
}
}