21 lines
466 B
JSON
21 lines
466 B
JSON
|
|
{
|
||
|
|
"name": "ee-first",
|
||
|
|
"description": "return the first event in a set of ee/event pairs",
|
||
|
|
"version": "1.1.1",
|
||
|
|
"author": {
|
||
|
|
"name": "Jonathan Ong",
|
||
|
|
"email": "me@jongleberry.com",
|
||
|
|
"url": "http://jongleberry.com",
|
||
|
|
"twitter": "https://twitter.com/jongleberry"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": "jonathanong/ee-first",
|
||
|
|
"devDependencies": {
|
||
|
|
"istanbul": "0.3.9",
|
||
|
|
"mocha": "2.2.5"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"LICENSE"
|
||
|
|
]
|
||
|
|
}
|