You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "eventEmitter",
|
|
"description": "Event based JavaScript for the browser",
|
|
"version": "5.2.4",
|
|
"main": "EventEmitter.js",
|
|
"author": {
|
|
"name": "Oliver Caldwell",
|
|
"web": "http://oli.me.uk/"
|
|
},
|
|
"license": "Unlicense",
|
|
"keywords": [
|
|
"events",
|
|
"structure"
|
|
],
|
|
"ignore": [
|
|
"docs",
|
|
"tests",
|
|
"tools",
|
|
".gitignore",
|
|
"package.json"
|
|
]
|
|
}
|