UNPKG

ngx-flash-messages

Version:
96 lines 3 kB
{ "name": "ngx-flash-messages", "version": "1.0.4", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "demo": "npm start", "build:demo": "ng build --prod --aot", "build:lib": "nglb --rootDir src/flash-messages --outDir lib-dist", "commit": "git-cz", "updateghpage": "npm run build:demo -- --base-href 'https://maplesyrupgroup.github.io/ngx-flash-messages/' && angular-cli-ghpages", "test": "ng test --code-coverage", "test:single": "npm test -- --single-run", "codecov-report": "codecov", "lint": "ng lint", "clean": "rimraf node_modules dist lib-dist", "clean:dist": "rimraf dist lib-dist", "clean:install": "npm run clean && npm install", "e2e": "ng e2e", "prepublish": "npm run build:lib", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/MapleSyrupGroup/ngx-flash-messages" }, "description": "Flash messages/notifications for Angular 2+", "keywords": [ "angular", "angular2", "ng2", "ng4", "ngx", "flash", "messages", "notifications", "component", "service" ], "bugs": { "url": "https://github.com/MapleSyrupGroup/ngx-flash-messages/issues" }, "homepage": "https://github.com/MapleSyrupGroup/ngx-flash-messages#readme", "main": "./lib-dist/flash-messages.module.js", "module": "./lib-dist/flash-messages.module.js", "types": "./lib-dist/flash-messages.module.d.ts", "peerDependencies": { "@angular/common": ">=2.0.0 <5.0.0 || >=4.0.0-beta <5.0.0", "@angular/core": ">=2.0.0 <5.0.0 || >=4.0.0-beta <5.0.0", "rxjs": ">=5.0.0 || >=5.0.0-beta", "zone.js": ">=0.7.0" }, "devDependencies": { "@angular/cli": "1.0.0", "@angular/common": "^4.0.0", "@angular/compiler-cli": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@angular/router": "^4.0.0", "@types/jasmine": "2.5.46", "@types/node": "7.0.10", "angular-cli-ghpages": "0.5.0", "angular-library-builder": "1.3.6", "bootstrap": "3.3.7", "codecov": "^2.0.2", "codelyzer": "2.0.1", "commitizen": "2.9.6", "core-js": "^2.4.1", "cz-conventional-changelog": "2.0.0", "jasmine-core": "2.5.2", "jasmine-spec-reporter": "3.2.0", "karma": "1.5.0", "karma-chrome-launcher": "2.0.0", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.0.0", "karma-jasmine": "1.1.0", "karma-jasmine-html-reporter": "0.2.2", "karma-mocha-reporter": "2.2.3", "protractor": "5.1.1", "rimraf": "2.6.1", "rxjs": "^5.1.0", "semantic-release": "6.3.2", "ts-node": "3.0.2", "tslint": "4.5.1", "typescript": "2.2.1", "zone.js": "^0.8.4" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }