forked from brianc/node-sql
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
29 lines (29 loc) · 601 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"author": "brianc <brian.m.carlson@gmail.com>",
"name": "sql",
"description": "sql builder",
"version": "0.72.0",
"homepage": "https://github.com/brianc/node-sql",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-sql.git"
},
"main": "lib/",
"scripts": {
"test": "node_modules/.bin/mocha",
"lint": "jshint lib test",
"posttest": "jshint lib test"
},
"engines": {
"node": "*"
},
"dependencies": {
"sliced": "0.0.x",
"lodash": "4.1.x"
},
"devDependencies": {
"jshint": "*",
"mocha": "*"
}
}