-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
38 lines (38 loc) · 822 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
{
"name": "ui-rangebar",
"version": "1.0.0-beta.2",
"description": "Angular directive for Elessar.js",
"main": "src/js/ui.rangebar.js",
"author": "Betim S., <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bettimms/ui-rangebar.git"
},
"homepage": "https://github.com/bettimms/ui-rangebar",
"keywords": [
"ui-rangebar",
"ui-elessar",
"ng-elessar",
"angular-rangebar",
"angular-elessar"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"elessar": "1.8.4"
},
"devDependencies": {
"angular": "1.6.2",
"gulp": "^3.9.1",
"browser-sync": "^2.18.8"
}
}