-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 930 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": "rekord-knex",
"version": "1.5.6",
"description": "A rekord binding to Knex.js - implementing Rekord.rest on the server side",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord-knex.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-check-filesize": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-qunit": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"jaguarjs-jsdoc": "1.0.0",
"jsdoc": "^3.4.0",
"jshint": "^2.9.2",
"merge-stream": "^1.0.0",
"sqlite3": "^3.1.8"
},
"dependencies": {
"knex": "^0.12.6",
"rekord": "~1.5.6"
}
}