Core specs.
[mootools.git] / package.json
blob0bd9f47a5d2027b5bc7446f7d109b093065fb5de
2   "name": "mootools-core",
3   "version": "1.4.5",
4   "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
5   "main": "index.js",
6   "scripts": {
7     "test": "grunt test -v"
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-mootools-packager": "^0.1.1",
33     "grunt-karma": "^0.6.2",
34     "karma-jasmine": "^0.1.5"
35   }