Skip to content

Commit 0f2b5a2

Browse files
committed
Added initial package file
Note: For initial publish on NPM
1 parent c1c024b commit 0f2b5a2

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# angular-notifier
2+
23
IN PROGRESS.

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "angular-notifier",
3+
"description": "IN PROGRESS.",
4+
"version": "0.0.0",
5+
"author": {
6+
"name": "Dominique Müller",
7+
"email": "dominique.m.mueller@gmail.com",
8+
"url": "https://www.devdom.io/"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/dominique-mueller/angular-notifier.git"
14+
},
15+
"homepage": "https://github.com/dominique-mueller/angular-notifier",
16+
"bugs": {
17+
"url": "https://github.com/dominique-mueller/angular-notifier/issues"
18+
},
19+
"keywords": [
20+
"angular",
21+
"angular2",
22+
"ng",
23+
"ng2",
24+
"notifier",
25+
"notification",
26+
"notifications",
27+
"toast",
28+
"toasts",
29+
"alert",
30+
"library",
31+
"module",
32+
"js"
33+
],
34+
"scripts": {
35+
"test": "echo 'No tests defined yet.' && exit 0"
36+
}
37+
}

0 commit comments

Comments
 (0)