-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"name": "publishing",
"version": "1.0.0",
"description": "Microservice for publishing html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microserv/publishing.git"
},
"author": "Microserv",
"license": "MIT",
"bugs": {
"url": "https://github.com/microserv/publishing/issues"
},
"homepage": "https://github.com/microserv/publishing#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grant": "^3.6.0",
"grant-express": "^3.6.0",
"cookie-parser": "^1.4.1",
"jsonfile": "^2.2.3",
"mongodb": "^2.1.14",
"morgan": "^1.7.0",
"request": "^2.72.0"
}
}