-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 726 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
{
"name": "ng2-slider-component",
"version": "1.0.9",
"description": "Angular 2 slider component.",
"author": "Bogdan Shapoval (targus) <it.targus@gmail.com>",
"main": "ng2-slider.component.js",
"repository": {
"type": "git",
"url": "https://github.com/Bogdan1975/ng2-slider-component.git"
},
"bugs": {
"url": "https://github.com/Bogdan1975/ng2-slider-component/issues"
},
"keywords": [
"angularjs",
"angular2",
"angular 2",
"component",
"drag",
"dragable",
"slide",
"slider",
"range slider",
"range"
],
"dependencies": {
"ng2-slideable-directive": "1.0.13",
"ng2-styled-directive": "1.0.5"
},
"devDependencies": {},
"license": "MIT"
}