-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.19 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
43
44
45
46
47
48
49
50
{
"name": "bald-knex",
"description": "REST API using [knex](http://www.knexjs.org/) models in [express.js](http://expressjs.com/).",
"version": "1.2.1",
"author": "Petru-Sebastian Toader <[email protected]>",
"contributors": [
"Vlad-Ștefan Harbuz <[email protected]>"
],
"main": "lib/Resource.js",
"repository": {
"type": "git",
"url": "https://github.com/petrutoader/bald-knex.git"
},
"bugs": {
"url": "https://github.com/petrutoader/bald-knex/issues"
},
"keywords": [
"knex",
"knexjs",
"rest",
"restful",
"bald-knex",
"json",
"api"
],
"dependencies": {
"async": "^2.1.4",
"inflect": "^0.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"assert": "^1.4.1",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"coffee-script": "^1.12.0",
"express": "^4.14.0",
"http": "0.0.0",
"istanbul": "^0.4.5",
"knex": "^0.19.5",
"mocha": "^3.2.0",
"request": "^2.79.0",
"sqlite3": "^3.1.8"
},
"homepage": "https://github.com/petrutoader/bald-knex",
"scripts": {
"prepublish": "./node_modules/coffee-script/bin/coffee -o lib/ -c src/",
"test": "mocha test"
},
"license": "MIT"
}