~hatch/juju-gui/charm-inspector

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
{
  "author": "Juju Developers",
  "name": "juju-gui",
  "description": "Juju GUI build dependencies",
  "version": "0.1.0",
  "homepage": "http://launchpad.net/juju-gui",
  "repository": {
    "type": "bzr",
    "url": "lp:juju-gui"
  },
  "dependencies": {
    "cryptojs": ">= 2.5.3",
    "d3": "<3.0.0",
    "yui": "3.9.1",
    "mocha": "1.8.x",
    "express": "3.x",
    "expect.js": "0.1.2",
    "should": ">=1.0.0",
    "chai": ">=1.2.0",
    "less": "1.3.x",
    "jshint": "0.9.1",
    "recess": "1.1.x",
    "node-markdown": "0.1.x",
    "yuidocjs": "0.3.x",
    "minimatch": "0.2.x",
    "graceful-fs": "1.1.x",
    "rimraf": "2.0.x",
    "uglify-js": "2.2.x",
    "grunt": "0.3.17",
    "node-spritesheet": "0.4.0",
    "node-minify": "0.7.x"
  }
}