five-bells-visualization
Version:
Tool to visualize Five Bells payments
30 lines (29 loc) • 561 B
JSON
{
"name": "eventEmitter",
"description": "Event based JavaScript for the browser",
"version": "4.2.11",
"main": [
"./EventEmitter.js"
],
"author": {
"name": "Oliver Caldwell",
"web": "http://oli.me.uk/"
},
"licenses": [
{
"type": "Unlicense",
"url": "http://unlicense.org/"
}
],
"keywords": [
"events",
"structure"
],
"ignore": [
"docs",
"tests",
"tools",
".gitignore",
"package.json"
]
}