You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
455 B

13 years ago
{
"author": "brianc <brian.m.carlson@gmail.com>",
"name": "sql",
"description": "sql builder",
12 years ago
"version": "0.6.0",
13 years ago
"homepage": "https://github.com/brianc/node-sql",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-sql.git"
},
"main": "lib/",
"scripts": {
"test": "node test/"
},
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
13 years ago
"test-dir" : "*",
"tap" : "*"
}
13 years ago
}