forked from bkuzmic/ion-custom-range
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 856 Bytes
/
package.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
{
"name": "ion-custom-range",
"version": "1.0.1",
"description": "Custom range directive for Ionic Framework",
"main": "ion-custom-range.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ask4kapil/ion-custom-range.git"
},
"keywords": [
"ionic",
"slider",
"range",
"double"
],
"author": "Kapil Kumawat",
"license": "MIT",
"bugs": {
"url": "https://github.com/ask4kapil/ion-custom-range/issues"
},
"homepage": "https://github.com/ask4kapil/ion-custom-range#readme",
"dependencies": {
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7"
}
}