Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / angular-ui-router / bower.json
1 {
2   "name": "angular-ui-router",
3   "version": "0.2.17",
4   "license" : "MIT",
5   "main": "./release/angular-ui-router.js",
6   "dependencies": {
7     "angular": ">= 1.0.8"
8   },
9   "ignore": [
10     "**/.*",
11     "node_modules",
12     "bower_components",
13     "component.json",
14     "package.json",
15     "lib",
16     "config",
17     "sample",
18     "test",
19     "tests",
20     "ngdoc_assets",
21     "Gruntfile.js",
22     "files.js"
23   ]
24 }