-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 896 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": "kalamata",
"version": "0.1.4",
"description": "Extensible REST API for Express + Bookshelf.js",
"homepage": "https://github.com/mikec/kalamata",
"bugs": "https://github.com/mikec/kalamata/issues",
"author": "Mike Calvanese",
"repository": {
"type": "git",
"url": "git://github.com/mikec/kalamata.git"
},
"keywords": [
"bookshelf",
"knex",
"node",
"express",
"REST",
"API"
],
"peerDependencies": {
"express": "^4.10.0",
"bookshelf": "^0.10"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-watch": "0.6.1",
"grunt-jasmine-node": "git://github.com/fiznool/grunt-jasmine-node.git#c773421b608ce944454cb540a6e66575d2df09c6",
"load-grunt-tasks": "0.6.0"
},
"dependencies": {
"body-parser": "^1.9.0",
"bluebird": "^3"
},
"scripts": {
"test": "grunt"
},
"main": "src/index.js"
}