forked from frapontillo/angular-gage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.06 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
{
"name": "angular-gage",
"version": "0.1.0",
"description": "AngularJS directive for the JustGage (http://justgage.com/) gauge.",
"main": "./dist/angular-gage.js",
"ignore": [
"src",
"demo",
"test",
".bowerrc",
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"karma-e2e.conf.js",
"package.json"
],
"authors": [
{
"name": "Francesco Pontillo",
"email": "[email protected]",
"homepage": "https://github.com/frapontillo"
}
],
"license": [
"Apache-2.0"
],
"homepage": "https://github.com/frapontillo/angular-gage",
"keywords": [
"justgage",
"gauge",
"indicator",
"angular",
"angularjs"
],
"repository": {
"type": "git",
"url": "git://github.com/frapontillo/angular-gage.git"
},
"dependencies": {
"angular": "~1.4",
"raphael": "2.1.4",
"justgage-bower": "toorshia/justgage"
},
"devDependencies": {
"angular-mocks": "~1.4",
"angular-scenario": "~1.4"
}
}