-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 918 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 918 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
40
41
42
43
{
"name": "cr-voter",
"version": "1.0.2",
"description": "An example of a restful api built using hapi.js",
"main": "index.js",
"keywords": [
"hapi",
"hapijs",
"api",
"restful",
"example"
],
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/lab --assert should"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeRockets/cr-voter"
},
"author": "Eyüp Ferhat GÜDÜCÜ",
"license": "Apache-2.0",
"homepage": "",
"dependencies": {
"boom": "^2.6.0",
"hapi": "^13.0.0",
"hapi-swagger": "^4.2.1",
"inert": "^3.2.0",
"joi": "^5.0.1",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.4",
"vision": "^4.0.1",
"wreck": "^7.0.0",
"fbgraph":"1.3.0",
"cloudinary":"1.3.1",
"jade":"1.11.0",
"request":"2.81.0"
},
"devDependencies": {
"lab": "^5.0.2",
"should": "^4.3.0"
}
}