cloudcmd/modules/emitify/.bower.json
2016-07-14 20:40:43 +03:00

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"
}