Skip to content

Commit

Permalink
chore(npm): add package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenautjoe committed Nov 9, 2017
1 parent 2179f93 commit bc7f87b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
{
"name": "noel",
"version": "0.0.0",
"description": "",
"keywords": [],
"version": "1.0.0",
"description": "A universal, human-centric, replayable javascript event emitter.",
"keywords": [
"event-emitter",
"emitter",
"replayable-emitter",
"replay-event",
"events",
"event",
"eventemitter",
"fast-emitter",
"event-dispatcher",
"dispatcher",
"event-manager",
"reactive",
"evented"
],
"main": "dist/noel.umd.js",
"module": "dist/noel.es5.js",
"typings": "dist/types/noel.d.ts",
Expand All @@ -12,7 +26,7 @@
"author": "Joel Hernandez <lifenautjoe@gmail.com>",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/lifenautjoe/noel"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit bc7f87b

Please sign in to comment.