-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "Kwik-E-Mart",
"version": "0.0.0",
"description": "e-commerce based on hapi.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c -v -L -l",
"setup": "curl -X PUT http://127.0.0.1:5984/kwik-e-mart && curl -i -X PUT http://127.0.0.1:5984/kwik-e-mart/admin-root -d '{\"password\": \"asdf\", \"role\": \"admin\"}'"
},
"repository": {
"type": "git",
"url": "https://github.com/accosine/Kwik-E-Mart.git"
},
"keywords": [
"e-commerce",
"shop",
"hapi.js"
],
"author": "accosine",
"license": "BSD",
"bugs": {
"url": "https://github.com/accosine/Kwik-E-Mart/issues"
},
"homepage": "https://github.com/accosine/Kwik-E-Mart",
"dependencies": {
"catbox-redis": "^1.0.4",
"confidence": "^1.0.0",
"handlebars": "^2.0.0",
"hapi": "^8.0.0",
"hapi-relax": "0.0.2",
"hoek": "^2.10.0"
},
"devDependencies": {
"code": "^1.2.1",
"hapi": "^8.2.0",
"lab": "^5.1.0",
"nano": "^6.1.2",
"prompt": "^0.2.14",
"request": "^2.55.0",
"tv": "^4.1.0"
}
}