不要怂,就是干,撸起袖子干!

Commit 37c48643 by sdepold

use buster 0.6

1 parent 9b6a6c49
Showing with 20 additions and 6 deletions
......@@ -4,9 +4,18 @@
"version": "1.4.1",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" },
{ "name": "Meg Sharkey", "email": "meg@metamarkets.com" },
{ "name": "Chase Geigle", "email": "sky@skytrife.com" }
{
"name": "Sascha Depold",
"email": "sascha@depold.com"
},
{
"name": "Meg Sharkey",
"email": "meg@metamarkets.com"
},
{
"name": "Chase Geigle",
"email": "sky@skytrife.com"
}
],
"dependencies": {
"mysql": "0.9.x",
......@@ -16,7 +25,8 @@
"validator": "0.3.x",
"moment": "1.1.x",
"commander": "0.5.x",
"generic-pool": "1.0.9"
"generic-pool": "1.0.9",
"buster": "~0.6.0"
},
"devDependencies": {
"jasmine-node": "1.0.22",
......@@ -24,7 +34,12 @@
"pg": "0.6.x",
"buster": "0.5.1"
},
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"keywords": [
"mysql",
"orm",
"nodejs",
"object relational mapper"
],
"main": "index",
"scripts": {
"test": "npm run test-jasmine && npm run test-buster",
......@@ -39,4 +54,3 @@
},
"license": "MIT"
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!