mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
26 lines
595 B
JSON
26 lines
595 B
JSON
{
|
|
"name": "emitify",
|
|
"version": "1.3.0",
|
|
"description": "dead simple event emitter",
|
|
"main": "lib/emitify.js",
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/emitify.git"
|
|
},
|
|
"keywords": [
|
|
"event",
|
|
"emitter"
|
|
],
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/coderaiser/emitify/issues"
|
|
},
|
|
"homepage": "https://github.com/coderaiser/emitify",
|
|
"devDependencies": {
|
|
"tape": "~4.2.0"
|
|
}
|
|
}
|