angular2-image-zoom
Version:
Angular 2.x.x Compatible
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "angular2-image-zoom",
"version": "1.2.1",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "tsc && ngc",
"tsc": "tsc",
"ngc": "./node_modules/.bin/ngc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git@github.com:brtnshrdr/angular2-image-zoom.git"
},
"author": {
"name": "Nick Richardson",
"email": "nick.richardson@mediapixeldesign.com"
},
"keywords": [
"angular",
"angular2",
"zoom",
"image-zoom",
"image zoom",
"magnify",
"hover",
"enhance",
"image"
],
"license": "MIT",
"bugs": {
"url": "git@github.com:brtnshrdr/angular2-image-zoom.git/issues"
},
"main": "./dist/index.js",
"devDependencies": {
"@angular/core": "^2.4.2",
"@angular/common": "^2.4.2",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/platform-server": "^2.4.2",
"codelyzer": "^0.0.28",
"rxjs": "^5.0.1",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"zone.js": "0.7.2",
"@types/es6-shim": "^0.31.32",
"@types/protractor": "^4.0.0",
"@types/jasmine": "^2.5.40",
"@types/selenium-webdriver": "^2.53.39"
},
"engines": {
"node": ">=0.8.0"
}
}