mirror of
https://github.com/knex/knex.git
synced 2026-02-05 06:37:00 +00:00
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"name": "bench",
|
|
"version": "0.0.0",
|
|
"description": "knex benchmarking",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node index.js"
|
|
},
|
|
"author": "Tim Griesser",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"shelljs": "^0.2.6",
|
|
"rimraf": "^2.2.6",
|
|
"bluebird": "^1.2.3",
|
|
"benchmark": "^1.0.0"
|
|
}
|
|
}
|