forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.11 KB
/
bower.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ionic",
"version": "1.3.1",
"codename": "el salvador",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <[email protected]>",
"Adam Bradley <[email protected]>",
"Ben Sperry <[email protected]>"
],
"description": "Advanced HTML5 hybrid mobile app development framework.",
"main": [
"release/css/ionic.css",
"release/fonts/*",
"release/js/ionic.js",
"release/js/ionic-angular.js"
],
"keywords": [
"mobile",
"html5",
"ionic",
"cordova",
"phonegap",
"trigger",
"triggerio",
"angularjs",
"angular"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"CONTRIBUTING.md",
"Gruntfile.js",
"component.json",
"config",
"examples",
"package.json",
"release/js/angular",
"release/js/angular-ui",
"scripts",
"test",
"js/controllers",
"js/ext",
"js/utils",
"js/views",
"js/_license.js",
"js/ionic.js"
],
"dependencies": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3",
"angular-ui-router": "0.2.13"
}
}