forked from arielfaur/ionic-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 718 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 718 Bytes
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
{
"name": "ionic-wizard",
"description": "A set of Angular/Ionic directives to create a wizard using Ionic's slide box component",
"version": "1.0.6",
"homepage": "https://github.com/arielfaur/ionic-wizard",
"license": "MIT",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0"
},
"dependencies": {
"angular": "1.3.x",
"angular-loader": "1.3.x",
"angular-mocks": "~1.3.x"
},
"authors": [
"Ariel Faur <ariel.faur@gmail.com>"
],
"main": "dist/ion-wizard.js",
"keywords": [
"angular",
"ionic",
"wizard"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "1.3.x"
}
}