Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
puckey committed Mar 8, 2016
1 parent 427e951 commit 57ad0fe
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "events",
"name": "@studiomoniker/events",
"id": "events",
"version": "1.1.0",
"description": "Node's event emitter for all engines.",
Expand All @@ -9,25 +9,27 @@
"eventDispatcher",
"listeners"
],
"author": "Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
"author": "Jonathan Puckey (http://studiomoniker.com)",
"repository": {
"type": "git",
"url": "git://github.com/Gozala/events.git",
"web": "https://github.com/Gozala/events"
"url": "git://github.com/studiomoniker/events.git",
"web": "https://github.com/studiomoniker/events"
},
"bugs": {
"url": "http://github.com/Gozala/events/issues/"
"url": "http://github.com/studiomoniker/events/issues/"
},
"main": "./events.js",
"engines": {
"node": ">=0.4.x"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"mocha": "~1.21.4",
"zuul": "~1.10.2"
},
"scripts": {
"test": "mocha --ui qunit -- tests/index.js && zuul -- tests/index.js"
"test": "mocha --compilers js:babel-register --ui qunit -- tests/index.js && zuul -- tests/index.js"
},
"license": "MIT"
}
}

0 comments on commit 57ad0fe

Please sign in to comment.