mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
35 lines
No EOL
721 B
JSON
35 lines
No EOL
721 B
JSON
{
|
|
"name": "emitify",
|
|
"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"
|
|
],
|
|
"version": "2.1.1",
|
|
"_release": "2.1.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.1.1",
|
|
"commit": "7a68d0c95c1568cc84c21b76398960ea40ec29ba"
|
|
},
|
|
"_source": "https://github.com/coderaiser/emitify.git",
|
|
"_target": "^2.1.1",
|
|
"_originalSource": "emitify"
|
|
} |