-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
{
"name": "ng2-ion-range-slider",
"version": "2.0.0",
"description": "Ion Range Slider for Angular",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"watch": "tsc -p src -w",
"ngc-build": "rm -rf lib && rm -f *.tgz && \"node_modules/.bin/ngc\" -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippStein/ng2-ion-range-slider.git"
},
"keywords": [
"Angular",
"ion",
"range",
"slider"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhilippStein/ng2-ion-range-slider/issues"
},
"homepage": "https://github.com/PhilippStein/ng2-ion-range-slider#readme",
"devDependencies": {
"@angular/common": "^2.4.4",
"@angular/compiler": "^2.4.4",
"@angular/compiler-cli": "^2.4.4",
"@angular/core": "^2.4.4",
"@types/core-js": "^0.9.41",
"typescript": "2.0.9"
},
"peerDependencies": {
"@angular/core": ">=2.4.4"
},
"dependencies": {
"@types/jquery": "^2.0.40",
"ion-rangeslider": "^2.3.0"
}
}