forked from zachfitz/Ionic-Material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 676 Bytes
/
Copy pathbower.json
File metadata and controls
38 lines (38 loc) · 676 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
35
36
37
38
{
"name": "ionic-material",
"version": "0.4.2",
"authors": [
"Rai Butera",
"Zach Fitzgerald"
],
"description": "Ionic Material - Material Design for the Ionic Framework",
"main": [
"dist/ionic.material.css",
"dist/ionic.material.js"
],
"keywords": [
"Ionic",
"Material",
"Design",
"AngularJS",
"Framework",
"Hybrid",
"Apps",
"Mobile"
],
"license": "MIT",
"homepage": "http://ionicmaterial.com",
"private": false,
"ignore": [
"bower_components",
"demo",
"docs",
"Gulpfile.js",
"index.html",
"node_modules"
],
"dependencies": {
"ionic": "~1.0.0",
"waves": "0.6"
}
}