forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 945 Bytes
/
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
{
"name": "ionic",
"version": "0.9.13",
"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": [
"dist/js/ionic.js",
"dist/js/angular/angular.js",
"dist/js/angular/angular-animate.js",
"dist/js/angular/angular-route.js",
"dist/js/angular/angular-touch.js",
"dist/js/angular/angular-sanitize.js",
"dist/js/ionic-angular.js",
"dist/css/ionic.css",
"dist/fonts/*"
],
"keywords": [
"mobile",
"html5",
"ionic",
"phonegap",
"trigger",
"triggerio",
"angularjs",
"angular",
"ratchet",
"bootstrap"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
]
}