forked from Behavioral-Technology-Group/Pavlok_Node_Module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 849 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
{
"name": "pavlok-beta-api-login",
"version": "2.0.4",
"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": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Behavioral-Technology-Group/Pavlok_Node_Module.git"
},
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.13.3",
"open": "0.0.5",
"request": "^2.67.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}