pvserverhelper
Version:
This is an npm module design to perform common uses with pVelocity's pvserver
33 lines (32 loc) • 884 B
JSON
{
"name": "pvserverhelper",
"version": "1.1.7",
"description": "This is an npm module design to perform common uses with pVelocity's pvserver",
"main": "pvserverhelper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pVelocity/pvserverhelper.git"
},
"keywords": [
"pVelocity",
"pvserver"
],
"author": "Allen Allen Chung <allen.chung@pvelocity.com> (http://www.pvelocity.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pVelocity/pvserverhelper/issues"
},
"homepage": "https://github.com/pVelocity/pvserverhelper#readme",
"dependencies": {
"bluebird": "^3.5.0",
"csvtojson": "^1.1.12",
"iconv-lite": "^0.4.23",
"mongodb": "^2.2.35",
"pvjs": "^1.0.7",
"pvserver": "^0.2.4",
"request": "^2.87.0"
}
}