{
  "name": "mootools-core-dist",
  "version": "1.5.1-dist",
  "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:travis --verbose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spxis/mootools-core-dist.git"
  },
  "keywords": [
    "mootools",
    "browser",
    "class",
    "utilities",
    "types",
    "framework",
    "DOM",
    "Fx",
    "Request"
  ],
  "author": "MooTools Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spxis/mootools-core-dist/issues"
  },
  "homepage": "http://mootools.net",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.13",
    "grunt-mootools-packager": "^0.1.2",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-connect": "~0.7.0",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-karma": "~0.8.0",
    "load-grunt-tasks": "~0.4.0",
    "requirejs": "~2.1.11",
    "karma": "~0.12.0",
    "karma-requirejs": "~0.2.1",
    "karma-jasmine": "~0.1.5",
    "karma-sinon": "~1.0.2",
    "karma-sauce-launcher": "~0.2.5",
    "karma-script-launcher": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.2",
    "karma-chrome-launcher": "~0.1.2",
    "karma-firefox-launcher": "~0.1.3",
    "karma-ie-launcher": "~0.1",
    "karma-safari-launcher": "~0.1",
    "js-yaml": "^3.0.2"
  }
}
