pavlok
Version:
A module to connect with Pavlok's API easily and quickly.
37 lines (36 loc) • 835 B
JSON
{
"name": "pavlok",
"version": "0.3.2",
"description": "A module to connect with Pavlok's API easily and quickly.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"pavlok",
"api",
"login",
"shock"
],
"author": "Behavior Technology Group, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/Behavioral-Technology-Group/Pavlok_Node_Module/issues",
"email": "maneesh@pavlok.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Behavioral-Technology-Group/Pavlok_Node_Module.git"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.17.1",
"open": "^7.1.0",
"request": "^2.88.2"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}