UNPKG

ng2-yk-notifier

Version:
85 lines (84 loc) 2.42 kB
{ "name": "ng2-yk-notifier", "version": "1.0.0", "description": "Angular2 Notification Component", "keywords": [ "Angular2", "rxjs", "Notification", "notification", "Notifier", "notifier" ], "author": "Daniel Pan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DanielYKPan/ng2-notifier.git" }, "scripts": { "start": "webpack-dev-server --inline --progress --port 8080", "test": "karma start", "build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail" }, "dependencies": { "@ngrx/core": "^1.2.0", "@ngrx/store": "^2.2.1" }, "devDependencies": { "@angular/common": "~2.3.0", "@angular/compiler": "~2.3.0", "@angular/core": "~2.3.0", "@angular/forms": "~2.3.0", "@angular/http": "~2.3.0", "@angular/platform-browser": "~2.3.0", "@angular/platform-browser-dynamic": "~2.3.0", "@angular/router": "~3.3.0", "core-js": "^2.4.1", "rxjs": "5.0.0-rc.4", "zone.js": "^0.7.2", "@types/jasmine": "^2.5.36", "@types/node": "^6.0.46", "@types/selenium-webdriver": "^2.53.33", "angular2-template-loader": "^0.4.0", "autoprefixer": "^6.5.3", "awesome-typescript-loader": "^2.2.4", "css-loader": "^0.23.1", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-clean-css": "^2.0.13", "gulp-flatmap": "^1.0.0", "gulp-htmlmin": "^3.0.0", "gulp-postcss": "^6.2.0", "gulp-replace": "^0.5.4", "gulp-sass": "^2.3.2", "gulp-sourcemaps": "^1.9.1", "gulp-typescript": "^3.1.3", "html-loader": "^0.4.3", "html-webpack-plugin": "^2.15.0", "jasmine-core": "^2.4.1", "karma": "^1.2.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "merge2": "^1.0.2", "node-sass": "^3.13.0", "null-loader": "^0.1.1", "phantomjs-prebuilt": "^2.1.7", "pixrem": "^3.0.2", "postcss-loader": "^1.1.1", "raw-loader": "^0.5.1", "rimraf": "^2.5.2", "run-sequence": "^1.2.2", "sass-loader": "^4.0.2", "style-loader": "^0.13.1", "to-string-loader": "^1.1.5", "typescript": "~2.0.10", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", "webpack-merge": "^0.14.0" } }