-
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) · 829 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 829 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": "watchdogzz_web_service",
"version": "1.0.1",
"description": "WatchDogZZ web service used to handle requests from the differents apps of the project",
"main": "server.js",
"scripts": {
"test": "jasmine",
"start": "node server.js",
"stop": "pkill --signal SIGINT watchdogzz"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/WatchDogZZ/server.git"
},
"author": "Benjamin BARBESANGE, Benoît GARCON",
"license": "ISC",
"bugs": {
"url": "https://github.com/WatchDogZZ/server/issues"
},
"homepage": "https://github.com/WatchDogZZ/server#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mongodb": "^2.2.11",
"request": "^2.78.0",
"winston": "^2.3.1"
},
"devDependencies": {
"jasmine": "^2.5.2"
}
}