summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/package.json
blob: 10bd2962727f464dcbe098172a99fa8de76ab9bd (plain)
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 <charlie.robbins@gmail.com>",
  "version": "1.2.8",
  "maintainers": [
    "hij1nx <paolo@nodejitsu.com>",
    "beaugunderson <beau@beaugunderson.com>"
  ],
  "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"
  }
}