forked from flatiron/director
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 929 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "director",
"description": "A client Side/Server Side Router",
"author": "Charlie Robbins <[email protected]>",
"version": "1.2.8",
"maintainers": [
"hij1nx <[email protected]>",
"beaugunderson <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/director.git"
},
"keywords": [
"URL",
"router",
"http",
"cli",
"flatiron",
"client side",
"ender"
],
"devDependencies": {
"api-easy": "0.4.x",
"codesurgeon": "https://github.com/hij1nx/codesurgeon/tarball/master",
"colors": "1.0.x",
"qunitjs": "1.9.x",
"request": "2.49.x",
"uglify-js": "2.4.x",
"vows": "0.8.0"
},
"ender": "./build/ender.js",
"browserify": "./build/director",
"main": "./lib/director",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "vows test/server/*/*-test.js --spec"
}
}