UNPKG

@bsj/angular-image-picker

Version:
101 lines (100 loc) 3.52 kB
{ "name": "@bsj/angular-image-picker", "description": "Angular image picker", "version": "1.0.0-beta.13", "homepage": "https://github.com/vinagreti/angular-image-picker", "bugs": { "url": "https://github.com/vinagreti/angular-image-picker/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vinagreti/angular-image-picker.git" }, "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "build-gh-page": "ng build -prod --output-path=docs --base-href=https://vinagreti.github.io/angular-image-picker/ && npm run copy-index", "copy-index": "cp docs/index.html docs/404.html", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "clean": "rimraf .tmp && rimraf dist", "transpile": "ngc", "package": "rollup -c", "minify": "node ./node_modules/uglify-js/bin/uglifyjs dist/bundles/angular-image-picker.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/angular-image-picker.umd.min.js", "copy": "cp -r ./inline-src/. dist && cp -r ./dist/out-tsc/inline-src/. dist && cp ./package.json dist", "clean-out-tsc": "rimraf .tmp && rimraf ./dist/out-tsc", "build-pkg": "gulp js:inline-resources && npm run clean && npm run transpile && npm run package && npm run minify && npm run copy && npm run clean-out-tsc", "publish-dist": "echo export * from './dist';> ./index.ts && npm publish --access=public && rimraf ./index.ts" }, "main": "dist/index.js", "keywords": [ "Angular", "Angular 2", "DateTime", "DateTimePicker", "Angular Image Picker" ], "dependencies": { "@angular/animations": "^5.1.0", "@angular/cdk": "^5.0.0", "@angular/common": "^5.1.0", "@angular/compiler": "^5.1.0", "@angular/core": "^5.1.0", "@angular/flex-layout": "^2.0.0-beta.10-4905443", "@angular/forms": "^5.1.0", "@angular/http": "^5.1.0", "@angular/material": "^5.0.0", "@angular/platform-browser": "^5.1.0", "@angular/platform-browser-dynamic": "^5.1.0", "@angular/router": "^5.1.0", "core-js": "^2.5.1", "hammerjs": "^2.0.8", "rxjs": "^5.1.0", "zone.js": "^0.8.17" }, "peerDependencies": { "@angular/animations": "^5.0.0", "@angular/cdk": "^5.0.0", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/core": "^5.0.0", "@angular/flex-layout": "^2.0.0-beta.10-4905443", "@angular/forms": "^5.0.0", "@angular/http": "^5.0.0", "@angular/material": "^5.0.0", "@angular/platform-browser": "^5.0.0", "@angular/platform-browser-dynamic": "^5.0.0", "@angular/router": "^5.0.0", "core-js": "^2.5.1", "hammerjs": "^2.0.8", "rxjs": "^5.0.0", "zone.js": "^0.8.17" }, "devDependencies": { "@angular/cli": "^1.4.3", "@angular/compiler-cli": "^5.1.0", "@angular/language-service": "^5.1.0", "@bsj/angular-inline-resources": "^1.0.2", "@types/jasmine": "2.5.45", "@types/node": "^8.0.57", "codelyzer": "~3.0.1", "gulp": "^3.9.1", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "^1.7.1", "karma-chrome-launcher": "~2.1.1", "karma-cli": "~1.0.1", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.1.2", "rollup": "^0.41.4", "ts-node": "~3.0.4", "tslint": "~5.3.2", "typescript": ">=2.4.2 <2.5.0", "uglify-js": "^3.2.2" } }