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.
 

26 lines
537 B

{
"author": "brianc <brian.m.carlson@gmail.com>",
"name": "sql",
"description": "sql builder",
"version": "0.20.0",
"homepage": "https://github.com/brianc/node-sql",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-sql.git"
},
"main": "lib/",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
},
"engines": {
"node": "*"
},
"dependencies": {
"sliced" : "0.0.5",
"lodash" : "~1.2.1"
},
"devDependencies": {
"jshint" : "*",
"mocha" : "*"
}
}