forked from juju/juju-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 807 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
{
"author": "Juju Developers",
"name": "juju-gui",
"description": "Juju GUI build dependencies",
"version": "0.1.0",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
"url": "https://github.com/juju/juju-gui.git"
},
"dependencies": {
"cryptojs": ">= 2.5.3",
"d3": "3.2.7",
"yui": "3.11.0",
"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": "2.1.9",
"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",
"smash": "0.0.12"
}
}