1234567891011121314151617 |
- {
- "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"
- ]
- }
|