Merge pull request #2739 from arian/element-event-typewriter
[mootools.git] / package.json
blobbbe7076edac08819a897a748d74d14e16f78cc42
2   "name": "mootools-core",
3   "version": "1.5.3-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": "test \"$TRAVIS\" = 'true' -a \"$TRAVIS_PULL_REQUEST\" != 'false' -a \"$BROWSER\" != 'phantomjs' || 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     "expect.js": "^0.3.1",
32     "grunt": "^0.4.5",
33     "grunt-cli": "^0.1.13",
34     "grunt-contrib-clean": "^0.6.0",
35     "grunt-contrib-connect": "^0.11.2",
36     "grunt-contrib-uglify": "^0.9.2",
37     "grunt-karma": "^0.11.1",
38     "grunt-mootools-packager": "^0.4.0",
39     "js-yaml": "^3.4",
40     "karma": "^0.12.37",
41     "karma-chrome-launcher": "^0.2.0",
42     "karma-expect": "^1.1",
43     "karma-firefox-launcher": "^0.1.6",
44     "karma-ie-launcher": "^0.2.0",
45     "karma-mocha": "^0.2.0",
46     "karma-phantomjs-launcher": "^0.2.1",
47     "karma-safari-launcher": "^0.1.1",
48     "karma-sauce-launcher": "^0.2.14",
49     "karma-script-launcher": "^0.1.0",
50     "karma-sinon-ie": "^1.0",
51     "load-grunt-tasks": "^3.2",
52     "mocha": "^2.3",
53     "phantomjs": "^1.9",
54     "sinon": "~1.14",
55     "syn": "^0.1.2"
56   }