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.

27 lines
507 B

13 years ago
{
"author": "brianc <brian.m.carlson@gmail.com>",
"name": "sql",
"description": "sql builder",
9 years ago
"version": "0.55.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 ./runtests"
13 years ago
},
"engines": {
"node": "*"
},
"dependencies": {
12 years ago
"sliced": "0.0.x",
"lodash": "1.3.x"
},
"devDependencies": {
12 years ago
"jshint": "*",
"mocha": "*"
}
13 years ago
}