UNPKG

ng2-toastr

Version:

bootstrap style of toast for modern angular

75 lines (74 loc) 2.18 kB
{ "name": "ng2-toastr", "version": "4.1.2", "description": "bootstrap style of toast for modern angular", "main": "ng2-toastr.js", "typings": "ng2-toastr.d.ts", "scripts": { "typings": "typings install", "webpack": "webpack --progress --profile --bail", "build:prod": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order", "build:dev": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached", "tsc": "tsc", "tsc:w": "tsc -w", "ngc": "ngc", "lite": "lite-server", "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", "prepublish": "gulp clean && ngc && node make.js && gulp bundle-css" }, "repository": { "type": "git", "url": "git+https://github.com/PointInside/ng2-toastr.git" }, "keywords": [ "toast", "toaster", "toastr", "angular 2", "bootstrap", "notification" ], "author": "Derek Shi", "license": "ISC", "bugs": { "url": "https://github.com/PointInside/ng2-toastr/issues" }, "homepage": "https://github.com/PointInside/ng2-toastr#readme", "devDependencies": { "@angular/common": "4.2.2", "@angular/compiler": "4.2.2", "@angular/core": "4.2.2", "@angular/http": "4.2.2", "@angular/animations": "4.2.2", "@angular/platform-browser": "4.2.2", "@angular/platform-browser-dynamic": "4.2.2", "@angular/compiler-cli": "4.2.2", "@angular/platform-server": "4.2.2", "core-js": "^2.4.1", "reflect-metadata": "^0.1.3", "bootstrap": "^3.3.6", "async": "1.5.2", "concurrently": "^2.2.0", "css-loader": "0.23.1", "del": "2.2.0", "gulp": "3.9.0", "gulp-cssnano": "2.1.0", "gulp-eslint": "1.1.1", "gulp-rename": "1.2.2", "gulp-rimraf": "~0.2", "gulp-size": "2.0.0", "gulp-tslint": "4.3.1", "lite-server": "^2.2.2", "require-dir": "0.3.0", "style-loader": "~0.13", "systemjs": "0.19.27", "systemjs-builder": "0.15.6", "rxjs": "^5.1.0", "ts-node": "~3.0.4", "tslint": "~5.3.2", "typescript": "~2.3.3", "zone.js": "^0.8.4" }, "dependencies": { } }