Skip to content

Commit 9632951

Browse files
sqlProvidersqlProvider
authored andcommitted
[Package Manager] added npm and bower
1 parent 9eb3493 commit 9632951

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)