UNPKG

784 BJSONView Raw
1{
2 "name": "director",
3 "description": "A client Side/Server Side Router",
4 "author": "Nodejitsu Inc. <info@nodejitsu.com>",
5 "version": "1.1.2",
6 "maintainers": [
7 "hij1nx <paolo@nodejitsu.com>",
8 "indexzero <charlie@nodejitsu.com>"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "http://github.com/flatiron/director.git"
13 },
14 "keywords": [
15 "URL",
16 "router",
17 "http",
18 "cli",
19 "flatiron",
20 "client side",
21 "ender"
22 ],
23 "devDependencies": {
24 "codesurgeon": "0.2.x",
25 "colors": "0.5.x",
26 "uglify-js": "1.0.6",
27 "request": "2.9.x",
28 "vows": "0.6.x"
29 },
30 "ender": "./build/ender.js",
31 "main": "./lib/director",
32 "engines": {
33 "node": ">= 0.4.0"
34 },
35 "scripts": {
36 "test": "vows test/server/*/*-test.js --spec"
37 }
38}
39