-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.04 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cfp-vote-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "docker-compose up",
"spec": "npx raml2html spec/API.raml > spec/API.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/necccc/piosk.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/necccc/piosk/issues"
},
"engines": {
"node": "10.4.0"
},
"homepage": "https://github.com/necccc/piosk#readme",
"dependencies": {
"ajv": "^6.9.2",
"boom": "^7.3.0",
"csv": "^5.1.1",
"dotenv": "^6.2.0",
"googleapis": "^38.0.0",
"hapi": "^17.8.4",
"jws": "^3.2.1",
"moment": "^2.24.0",
"redis": "^2.8.0",
"shortid": "^2.2.14",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "1.18.3",
"raml2html": "7.1.0"
},
"nodemonConfig": {
"ignore": [
"spec/*"
],
"delay": "1500"
}
}