-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 761 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
{
"name": "AdunDocs",
"version": "1.0.0",
"description": "AdunDocs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adunStudio/adundocs.git"
},
"author": "adunstudio",
"license": "ISC",
"bugs": {
"url": "https://github.com/adunStudio/adundocs/issues"
},
"homepage": "https://github.com/adunStudio/adundocs#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-force-domain": "0.0.6",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.1",
"formidable": "^1.0.17",
"nedb": "^1.8.0",
"underscore": "^1.8.3"
}
}