mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"name": "emitify",
|
|
"version": "2.1.0",
|
|
"homepage": "https://github.com/coderaiser/emitify",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Dead simple event emitter",
|
|
"main": "dist/emitify.min.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"event",
|
|
"emitter"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|