-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
55 lines (55 loc) · 1.27 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
53
54
55
{
"name": "angular2-image-zoom",
"version": "1.2.2",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepare": "tsc && ngc",
"tsc": "tsc",
"ngc": "./node_modules/.bin/ngc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "[email protected]:brtnshrdr/angular2-image-zoom.git"
},
"author": {
"name": "Nick Richardson",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2",
"zoom",
"image-zoom",
"image zoom",
"magnify",
"hover",
"enhance",
"image"
],
"license": "MIT",
"bugs": {
"url": "[email protected]:brtnshrdr/angular2-image-zoom.git/issues"
},
"main": "./index.js",
"devDependencies": {
"@angular/core": "^4.4.3",
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/compiler-cli": "^4.4.3",
"@angular/platform-server": "^4.4.3",
"@angular/animations": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"codelyzer": "~3.2.1",
"rxjs": "^5.0.1",
"tslint": "~5.7.0",
"typescript": "2.3.4",
"zone.js": "^0.8.4",
"@types/protractor": "^4.0.0",
"@types/jasmine": "^2.5.40",
"@types/selenium-webdriver": "^2.53.39"
},
"engines": {
"node": ">=0.8.0"
}
}