Skip to content

Commit

Permalink
Added the database libraries and test runner to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Young committed Jul 5, 2011
1 parent f3e5696 commit b2843f9
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package.json
@@ -1,11 +1,17 @@
{
"name": "select",
"description": "A new kind of database library",
"homepage": "http://selectjs.com",
"version": "0.1.0",
"author": "Alex R. Young <alex@alexyoung.org>",
"repository": "git://github.com/alexyoung/select",
"main": "./index.js",
"engines": { "node": ">= 0.4.0" }
"name": "select"
, "description": "A new kind of database library"
, "homepage": "http://selectjs.com"
, "version": "0.1.0"
, "author": "Alex R. Young <alex@alexyoung.org>"
, "repository": "git://github.com/alexyoung/select"
, "main": "./index.js"
, "engines": { "node": ">= 0.4.0" }
, "devDependencies": {
"mongodb": "0.9.x"
, "whiskey": "0.3.x"
, "couch-client": ">= 0.0.4"
, "mysql": "0.9.x"
}
}

0 comments on commit b2843f9

Please sign in to comment.