angular2-flash-message
Version:
Angular2 Flash message notification
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "angular2-flash-message",
"version": "1.0.2",
"description": "Angular2 Flash message notification",
"main": "index.js",
"scripts": {
"rimraf": "rimraf",
"clean": "npm cache clean && npm run rimraf -- node_modules dist",
"build": "webpack --progress",
"watch": "npm run build -- --watch",
"server": "webpack-dev-server --inline --progress --port 3000 --content-base src",
"start": "npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aamirvohra/angular2-flash-message.git"
},
"keywords": [
"Flash",
"Growl",
"Angular2"
],
"author": "Aamir Vohra",
"license": "MIT",
"dependencies": {
"@angular/common": "2.2.4",
"@angular/compiler": "2.2.4",
"@angular/core": "2.2.4",
"@angular/forms": "2.2.4",
"@angular/http": "2.2.4",
"@angular/platform-browser": "2.2.4",
"@angular/platform-browser-dynamic": "2.2.4",
"@angular/router": "3.2.4",
"@types/lodash": "^4.14.42",
"lodash": "^4.17.2",
"rxjs": "5.0.0-rc.4",
"zone.js": "0.7.2"
},
"bugs": {
"url": "https://github.com/aamirvohra/angular2-flash-message/issues"
},
"homepage": "https://github.com/aamirvohra/angular2-flash-message#readme"
}