File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " angular2-pubsub" ,
3+ "description" : " Pub/Sub service for Angular 2" ,
4+ "main" : " " ,
5+ "authors" : [
6+ " Semih KEŞKEK"
7+ ],
8+ "license" : " ISC" ,
9+ "keywords" : [
10+ " Angular2" ,
11+ " pubsub" ,
12+ " angular2-service"
13+ ],
14+ "homepage" : " https://github.com/sqlProvider/angular2-pubsub" ,
15+ "ignore" : [
16+ " **/.*" ,
17+ " node_modules" ,
18+ " bower_components" ,
19+ " test" ,
20+ " tests"
21+ ]
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " angular2-pubsub" ,
3+ "version" : " 1.0.0" ,
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+ "keywords" : [
10+ " Angular2" ,
11+ " pubsub" ,
12+ " angular2-service"
13+ ],
14+ "author" : {
15+ "name" : " Semih KEŞKEK" ,
16+ "email" : " keskeksmh@gmail.com"
17+ },
18+ "license" : " ISC" ,
19+ "bugs" : {
20+ "url" : " https://github.com/sqlProvider/angular2-pubsub/issues"
21+ },
22+ "homepage" : " https://github.com/sqlProvider/angular2-pubsub#readme"
23+ }
You can’t perform that action at this time.
0 commit comments