11{
2- "name" : " angular2-pubsub" ,
3- "version" : " 1.1.2" ,
4- "description" : " Pub/Sub service for Angular 2" ,
5- "repository" : {
6- "type" : " git" ,
7- "url" : " git+https://github.com/sqlProvider/angular2-pubsub.git"
8- },
9- "scripts" : {
10- "test" : " " ,
11- "build" : " "
12- },
13- "keywords" : [
14- " Angular2" ,
15- " pubsub" ,
16- " angular2-service"
17- ],
18- "author" : {
19- "name" : " Semih KEŞKEK" ,
20- "email" : " keskeksmh@gmail.com"
21- },
22- "license" : " ISC" ,
23- "bugs" : {
24- "url" : " https://github.com/sqlProvider/angular2-pubsub/issues"
25- },
26- "homepage" : " https://github.com/sqlProvider/angular2-pubsub#readme"
27- }
2+ "name" : " angular2-pubsub" ,
3+ "version" : " 1.1.2" ,
4+ "description" : " Pub/Sub service for Angular 2" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/sqlProvider/angular2-pubsub.git"
8+ },
9+ "scripts" : {
10+ "test" : " " ,
11+ "build" : " "
12+ },
13+ "keywords" : [
14+ " Angular2" ,
15+ " pubsub" ,
16+ " angular2-service"
17+ ],
18+ "author" : {
19+ "name" : " Semih KEŞKEK" ,
20+ "email" : " keskeksmh@gmail.com"
21+ },
22+ "license" : " ISC" ,
23+ "bugs" : {
24+ "url" : " https://github.com/sqlProvider/angular2-pubsub/issues"
25+ },
26+ "homepage" : " https://github.com/sqlProvider/angular2-pubsub#readme" ,
27+ "dependencies" : {
28+ "@angular/common" : " ^2.4.7" ,
29+ "@angular/compiler" : " ^2.4.7" ,
30+ "@angular/core" : " ^2.4.7" ,
31+ "@angular/forms" : " ^2.4.7" ,
32+ "@angular/platform-browser" : " ^2.4.7" ,
33+ "jasmine-core" : " ^2.5.2" ,
34+ "rxjs" : " ^5.1.0" ,
35+ "ts-helpers" : " ^1.1.2" ,
36+ "zone.js" : " ^0.7.6"
37+ },
38+ "devDependencies" : {
39+ "@angular/compiler-cli" : " ^2.4.7" ,
40+ "@types/es6-shim" : " ^0.31.32" ,
41+ "@types/jasmine" : " ^2.5.41" ,
42+ "@types/node" : " ^7.0.5" ,
43+ "awesome-typescript-loader" : " ^3.0.4-rc.0" ,
44+ "babel-polyfill" : " ^6.22.0" ,
45+ "chai" : " ^3.5.0" ,
46+ "codelyzer" : " ^2.0.0" ,
47+ "commitizen" : " ^2.9.5" ,
48+ "compression-webpack-plugin" : " ^0.3.2" ,
49+ "imports-loader" : " ^0.7.0" ,
50+ "karma" : " ^1.4.1" ,
51+ "karma-chrome-launcher" : " ^2.0.0" ,
52+ "karma-coverage" : " ^1.1.1" ,
53+ "karma-jasmine" : " ^1.1.0" ,
54+ "karma-mocha-reporter" : " ^2.2.2" ,
55+ "karma-phantomjs-launcher" : " ^1.0.2" ,
56+ "karma-remap-istanbul" : " ^0.4.0" ,
57+ "karma-sourcemap-loader" : " ^0.3.7" ,
58+ "karma-typescript" : " ^2.1.6" ,
59+ "karma-webpack" : " ^1.8.1" ,
60+ "phantomjs-prebuilt" : " ^2.1.7" ,
61+ "rxjs" : " ^5.0.1" ,
62+ "sinon" : " ^1.17.4" ,
63+ "sinon-chai" : " ^2.8.0" ,
64+ "sourcemap-istanbul-instrumenter-loader" : " ^0.2.0" ,
65+ "standard-version" : " ^4.0.0" ,
66+ "stylelint-webpack-plugin" : " ^0.5.1" ,
67+ "ts-loader" : " ^1.3.3" ,
68+ "tslint" : " ^4.0.2" ,
69+ "tslint-loader" : " ^3.3.0" ,
70+ "typedoc" : " ^0.5.0" ,
71+ "typescript" : " ~2.0.3" ,
72+ "validate-commit-msg" : " ^2.8.0" ,
73+ "webpack" : " ^1.13.0" ,
74+ "webpack-dev-server" : " ^1.16.1" ,
75+ "webpack-fix-default-import-plugin" : " ^1.0.1" ,
76+ "zone.js" : " ^0.7.4"
77+ }
78+ }
0 commit comments