Added coffee as dev dependency

This commit is contained in:
Anatoliy Chakkaev 2012-12-14 18:08:56 +04:00
parent 2eed9a6e89
commit 396393ce62
1 changed files with 2 additions and 1 deletions

View File

@ -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": {