forked from pasqLisena/angular-meter-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 738 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 738 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
{
"name": "angular-meter-polyfill",
"version": "0.2.1",
"authors": [
"Pasquale Lisena <pasq.lisena@gmail.com>"
],
"description": "HTML5 <meter> polyfill for AngularJS",
"homepage": "https://github.com/pasqLisena/angular-meter-polyfill",
"keywords": [
"html5",
"meter",
"polyfill",
"angularjs"
],
"main": [
"dist/angular-meter-polyfill.js",
"dist/angular-meter-polyfill.css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/pasqLisena/angular-meter-polyfill.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"brunch-config.*"
],
"dependencies": {
"angular": "angularjs#~1.4.5"
}
}