-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "downstairs",
"description": "A light ORM wrapped about brianc's node-sql and node-pg",
"version": "0.3.4",
"homepage": "https://github.com/moneytribeaustralia/downstairs.js",
"author": {
"name": "kristian-puccio, damienwhaley, nicholasf",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/moneytribeaustralia/downstairs.js.git"
},
"bugs": {
"url": "https://github.com/moneytribeaustralia/downstairs.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/moneytribeaustralia/downstairs.js/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"grunt": "~0.3.15",
"should": "~1.2.0",
"ectypes": "~1.0.0",
"ectypes-postgres": "~0.1.2",
"mocha": "~1.5.0",
"sql": "~0.1.0",
"faker2": "~0.5.0"
},
"keywords": [],
"dependencies": {
"pg": ">=0.8.0",
"lingo": "0.0.5",
"nconf": "~0.6.5",
"async": "~0.1.22",
"validator": "~0.4.13",
"underscore": "~1.4.1"
}
}