-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 957 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 957 Bytes
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
{
"name": "AppConnector",
"version": "0.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/entag/AppConnector"
},
"author": "Josh McGillivray/Bryton Wishart",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/entag/AppConnector/issues"
},
"dependencies": {
"express": "~4.13.4",
"pdfreader": "~0.1.4",
"jade": "~1.11.0",
"stylus": "~0.54.5",
"nib": "~1.1.0",
"passport": "~0.3.2",
"morgan": "~1.7.0",
"cookie-parser": "~1.4.1",
"express-session": "~1.13.0",
"express-session-documentdb": "~0.1.2",
"documentdb": "~1.7.0",
"async": "~2.0.0-rc.5",
"crypto": "0.0.3",
"passport-local": "~1.0.0",
"request": "~2.72.0",
"base64-js": "~1.1.2",
"utf8": "~2.1.1",
"body-parser": "~1.15.1",
"q": "~1.4.1"
}
}