~bcsaller/juju-gui/graph-component

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
{
  "author": "Juju Developers",
  "name": "juju-ui",
  "description": "Juju GUI",
  "version": "0.0.1",
  "homepage": "http://launchpad.net/juju-ui",
  "repository": {
    "type": "bzr",
    "url": "lp:juju-ui"
  },
  "engines": {
    "node": "0.8 || 0.9"
  },
  "dependencies": {
    "cryptojs": ">= 2.5.3"
  },
  "devDependencies": {
    "d3": ">=2.10.1",
    "yui": ">=3.7.0",
    "mocha": "1.5.x",
    "express": "3.x",
    "expect.js": "0.1.2",
    "should": ">=1.0.0",
    "chai": ">=1.2.0",
    "less": "1.3.x",
    "jshint": ">=0.9.0",
    "node-markdown": "0.1.x",
    "yuidocjs": "0.3.x",
    "minimatch": "0.2.x",
    "graceful-fs": "1.1.x",
    "rimraf": "2.0.x"
  },
  "optionalDependencies": {}
}