cloudcmd/modules/emitify/.bower.json
2015-09-30 06:02:01 -04:00

36 lines
No EOL
733 B
JSON

{
"name": "emitify",
"version": "1.3.0",
"homepage": "https://github.com/coderaiser/emitify",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
],
"description": "Dead simple event emitter",
"main": "lib/emitify.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"event",
"emitter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "1.3.0",
"_resolution": {
"type": "version",
"tag": "v1.3.0",
"commit": "828df111561259b17cb3ec65aff7ab2228682b5b"
},
"_source": "git://github.com/coderaiser/emitify.git",
"_target": "~1.3.0",
"_originalSource": "emitify",
"_direct": true
}