summaryrefslogtreecommitdiff
path: root/www/lib/angular-wizard/bower.json
blob: d0d5aca263edeea6be8113d8885140e06d874b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "angular-wizard",
  "version": "0.6.1",
  "main": [
    "./dist/angular-wizard.min.js",
    "./dist/angular-wizard.min.css"
  ],
  "description": "Easy to use Wizard library for AngularJS ",
  "repository": {
    "type": "git",
    "url": "git://github.com/mgonto/angular-wizard.git"
  },
  "dependencies": {
    "angular": "*"
  },
  "ignore": [
    "node_modules",
    "components",
    "lib"
  ]
}