bower.json (344B)
1 { 2 "name": "event-object", 3 "description": "Attach events to any object", 4 "main": "dist/event-object.js", 5 "authors": [ 6 "Robin Bron <robin@finwo.nl>" 7 ], 8 "license": "MIT", 9 "homepage": "https://github.com/finwo/event-object.git", 10 "ignore": [ 11 "**/.*", 12 "node_modules", 13 "bower_components", 14 "test", 15 "tests" 16 ] 17 }