Add Element.Delegation test for removing an submit event in IE.
[mootools.git] / package.json
blob83bdf02ec5517da966045f31d7425e7973ce537d
2   "name": "mootools-core",
3   "version": "1.5.1-dev",
4   "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
5   "main": "dist/mootools-core.js",
6   "scripts": {
7     "test": "grunt default:travis --verbose"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/mootools/mootools-core.git"
12   },
13   "keywords": [
14     "mootools",
15     "browser",
16     "class",
17     "utilities",
18     "types",
19     "framework",
20     "DOM",
21     "Fx",
22     "Request"
23   ],
24   "author": "MooTools Team",
25   "license": "MIT",
26   "bugs": {
27     "url": "https://github.com/mootools/mootools-core/issues"
28   },
29   "homepage": "http://mootools.net",
30   "devDependencies": {
31     "grunt": "~0.4.2",
32     "grunt-cli": "~0.1.13",
33     "grunt-mootools-packager": "^0.1.2",
34     "grunt-contrib-clean": "~0.5.0",
35     "grunt-contrib-connect": "~0.7.0",
36     "grunt-contrib-uglify": "^0.4.0",
37     "grunt-karma": "~0.8.0",
38     "load-grunt-tasks": "~0.4.0",
39     "requirejs": "~2.1.11",
40     "karma": "~0.12.0",
41     "karma-requirejs": "~0.2.1",
42     "karma-jasmine": "~0.1.5",
43     "karma-sinon": "~1.0.2",
44     "karma-sauce-launcher": "~0.2.5",
45     "karma-script-launcher": "~0.1.0",
46     "karma-phantomjs-launcher": "~0.1.2",
47     "karma-chrome-launcher": "~0.1.2",
48     "karma-firefox-launcher": "~0.1.3",
49     "karma-ie-launcher": "~0.1",
50     "karma-safari-launcher": "~0.1",
51     "js-yaml": "^3.0.2"
52   }