-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 Bytes
/
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
{
"name": "simpleapp",
"version": "1.0.0",
"description": "Just a simple app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adleroliveira/simpleapp.git"
},
"keywords": [
"app",
"crud",
"hapi"
],
"author": "Adler Oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/adleroliveira/simpleapp/issues"
},
"homepage": "https://github.com/adleroliveira/simpleapp#readme",
"dependencies": {
"bedwetter": "^1.8.2",
"blipp": "^2.3.0",
"dogwater": "https://github.com/adleroliveira/dogwater/tarball/65be47f29067e9994a8151d4959147325956689a",
"dreamjs": "0.0.5",
"hapi": "^11.1.2",
"inert": "^3.2.0",
"lodash": "^3.10.1",
"request": "^2.67.0",
"sails-disk": "^0.10.8",
"shortid": "^2.2.4"
}
}