forked from keithwhor/nodal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "nodal",
"version": "0.4.2-rc13",
"description": "An API Server and Framework for node.js",
"author": "Keith Horwood",
"main": "core/module.js",
"engines": {
"node": "4.2.1"
},
"dependencies": {
"any-db": "~2.1.0",
"any-db-pool": "~2.1.0",
"any-db-postgres": "~2.1.4",
"any-db-transaction": "~2.2.2",
"async": "~0.9.0",
"colors": "~1.1.0",
"dot": "~1.0.3",
"http-proxy": "~1.11.1",
"i": "~0.3.3",
"ncp": "~2.0.0",
"ws": "~0.8.0",
"pg": "~4.4.0",
"node-pg-types": "git://github.com/keithwhor/node-pg-types.git",
"mime-types": "~2.0.11",
"prompt": "~0.2.14"
},
"devDependencies": {
"chai": "~2.3.0",
"mocha": "~2.2.4"
},
"scripts": {
"test": "mocha ./test/runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/keithwhor/nodal.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keithwhor/nodal/issues"
},
"homepage": "https://github.com/keithwhor/nodal",
"bin": {
"nodal": "cli/cli.js"
}
}