18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "eve-raphael",
|
|
"description": "Simple custom events",
|
|
"main": "./eve.js",
|
|
"authors": [
|
|
"Tomas Alabes (http://tomasalabes.me)"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/tomasAlabes/eve",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|