{
  "name": "mootools-core",
  "version": "1.6.0",
  "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
  "main": "dist/mootools-core.js",
  "scripts": {
    "test": "grunt default"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mootools/mootools-core.git"
  },
  "keywords": [
    "mootools",
    "browser",
    "class",
    "utilities",
    "types",
    "framework",
    "DOM",
    "Fx",
    "Request"
  ],
  "author": "MooTools Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mootools/mootools-core/issues"
  },
  "homepage": "http://mootools.net",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-eslint": "^17.3.1",
    "grunt-karma": "^0.11.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-mootools-packager": "^0.4.0",
    "karma": "^0.12.37",
    "karma-expect": "^1.1",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-sauce-launcher": "^0.2.14",
    "karma-sinon-ie": "^1.0",
    "load-grunt-tasks": "^3.2",
    "mocha": "^2.3",
    "phantomjs": "^1.9",
    "promises-aplus-tests": "^2.1",
    "sinon": "~1.14",
    "syn": "^0.1.2"
  }
}
