cloudcmd/modules/emitify/.bower.json
2016-06-06 19:40:04 +03:00

35 lines
No EOL
721 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"
],
"_release": "2.1.0",
"_resolution": {
"type": "version",
"tag": "v2.1.0",
"commit": "f1ecef0a5c341263f9dfd49f7bc61b2a29e8aa45"
},
"_source": "https://github.com/coderaiser/emitify.git",
"_target": "~2.1.0",
"_originalSource": "emitify"
}