-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 785 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 785 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
{
"name": "ion-range-slider-angularjs",
"version": "1.1.3",
"description": "Angular directive for ion.rangeSlider",
"main": "ionic-range-slider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoffreybauduin/ion-range-slider-angularjs.git"
},
"keywords": [
"angularjs",
"ionic",
"slider",
"rangeslider",
"ion.rangeslider"
],
"author": "Geoffrey Bauduin <bauduin.geo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/geoffreybauduin/ion-range-slider-angularjs/issues"
},
"homepage": "https://github.com/geoffreybauduin/ion-range-slider-angularjs/#readme",
"dependencies": {
"ion-rangeslider": "2.1.6"
}
}