Add Element.Delegation test for removing an submit event in IE.
[mootools.git] / bower.json
blobdde5e627e3a4245443fa05812121181a5e573405
2   "name": "mootools",
3   "homepage": "https://github.com/mootools/mootools-core",
4   "version": "1.5.1",
5   "authors": [
6     "Valerio Proietti"
7   ],
8   "main": [
9     "dist/mootools-core.js",
10     "dist/mootools-core-compat.js",
11     "dist/mootools-core-min.js",
12     "dist/mootools-core-compat-min.js"
13   ],
14   "license": "MIT",
15   "ignore": [
16     "**/.*",
17     "node_modules",
18     "bower_components",
19     "Specs",
20     "Tests",
21     "Docs"
22   ],
23   "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
24   "keywords": [
25     "mootools",
26     "browser",
27     "class",
28     "utilities",
29     "types",
30     "framework",
31     "DOM",
32     "Fx",
33     "Request"
34   ]