-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
{
"name": "angular2-round-sliding-dial",
"version": "1.1.0",
"description": "Angular 2 Round sliding Dial",
"main": "dist/index.js",
"scripts": {
"build": "ngc -p tsconfig.json",
"lint": "tslint src/**/*.ts",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ammaar23/angular2-round-sliding-dial.git"
},
"keywords": [
"typescript",
"angular",
"angular2",
"round",
"slider",
"dial"
],
"author": {
"name": "Ammaar Latif",
"email": "ammaarlatif_14@hotmail.co.uk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ammaar23/angular2-round-sliding-dial/issues"
},
"homepage": "https://github.com/ammaar23/angular2-round-sliding-dial#readme",
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-server": "2.2.1",
"zone.js": "0.6.26",
"rxjs": "5.0.0-beta.12",
"d3": "^4.7.1"
},
"devDependencies": {
"codelyzer": "^0.0.28",
"tslint": "^3.15.1",
"typescript": "2.0.9",
"@types/es6-shim": "^0.31.32",
"@types/jasmine": "2.5.41",
"@types/selenium-webdriver": "^2.53.39"
}
}