cloudcmd/modules/emitify/bower.json
2015-12-29 16:18:00 -05:00

26 lines
461 B
JSON

{
"name": "emitify",
"version": "2.0.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"
]
}