forked from mikec/kalamata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 945 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
37
38
{
"name": "hapi-kalamata",
"version": "0.1.3",
"description": "Extensible REST API for Hapi.js + Bookshelf.js",
"homepage": "https://github.com/zachelrath/hapi-kalamata",
"bugs": "https://github.com/zachelrath/hapi-kalamata/issues",
"author": "Mike Calvanese, Zach McElrath",
"repository": {
"type": "git",
"url": "git://github.com/zachelrath/hapi-kalamata.git"
},
"keywords": [
"bookshelf",
"knex",
"node",
"hapi",
"REST",
"API"
],
"peerDependencies": {
"hapi": "^13.2.2",
"bookshelf": "^0.7.7"
},
"devDependencies": {
"grunt": "0.4.5",
"load-grunt-tasks": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jasmine-node": "git://github.com/fiznool/grunt-jasmine-node.git#c773421b608ce944454cb540a6e66575d2df09c6"
},
"dependencies": {
"body-parser": "^1.9.0",
"bluebird": "^2.3.6"
},
"scripts": {
"test": "grunt"
},
"main": "src/index.js"
}