Added coffee as dev dependency
This commit is contained in:
parent
2eed9a6e89
commit
396393ce62
|
@ -4,13 +4,14 @@
|
||||||
"description": "MySQL adapter for JugglingDB",
|
"description": "MySQL adapter for JugglingDB",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "nodeunit test/mysql.js test/migration.coffee"
|
"test": "nodeunit test/*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jugglingdb": "= 0.2.x",
|
"jugglingdb": "= 0.2.x",
|
||||||
"mysql": ">= 2.0.0-alpha3"
|
"mysql": ">= 2.0.0-alpha3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"coffee-script": "latest",
|
||||||
"nodeunit": "latest"
|
"nodeunit": "latest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue