UNPKG

527 BJSONView Raw
1{
2 "author": "brianc <brian.m.carlson@gmail.com>",
3 "name": "sql",
4 "description": "sql builder",
5 "version": "0.63.0",
6 "homepage": "https://github.com/brianc/node-sql",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "git://github.com/brianc/node-sql.git"
11 },
12 "main": "lib/",
13 "scripts": {
14 "test": "node ./runtests"
15 },
16 "engines": {
17 "node": "*"
18 },
19 "dependencies": {
20 "sliced": "0.0.x",
21 "lodash": "1.3.x"
22 },
23 "devDependencies": {
24 "jshint": "*",
25 "mocha": "*"
26 }
27}