forked from flatiron/director
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (30 loc) · 954 Bytes
/
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
{
"name": "director",
"description": "A client Side/Server Side Router",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"version": "1.0.9-1",
"maintainers": [ "hij1nx <hij1nx@me.com>", "indexzero <charlie.robbins@gmail.com>" ],
"contributors": [
{ "name": "Paolo Fragomeni", "email": "hij1nx@nodejitsu.com" },
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
{ "name": "Dave Geddes", "email": "davidcgeddes@gmail.com" }
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/director.git"
},
"keywords": ["URL", "router", "http", "cli", "flatiron", "client side"],
"devDependencies": {
"codesurgeon": "0.2.x",
"colors": "0.5.x",
"uglify-js": "1.0.6",
"request": "2.9.x",
"vows": "0.6.x"
},
"ender": "./build/ender.js",
"main": "./lib/director",
"engines": { "node": ">= 0.4.0" },
"scripts": {
"test": "vows --spec test/server/*/*-test.js"
}
}