4831: "Backstage" browser client.
[arvados.git] / apps / backstage / bower.json
1 {
2   "name": "backstage",
3   "version": "0.0.0",
4   "license": "AGPLv3",
5   "private": true,
6   "ignore": [
7     "**/.*",
8     "node_modules",
9     "bower_components",
10     "test",
11     "tests"
12   ],
13   "dependencies": {
14     "bootstrap": "~3.3.1",
15     "mithril": "~0.1.27"
16   },
17   "devDependencies": {
18     "requirejs": "~2.1.15",
19     "chai": "~1.10.0",
20     "mocha": "~2.1.0",
21     "chai-jquery": "~2.0.0",
22     "sinon": "~1.12.2"
23   }
24 }