{
  "name": "require-packages",
  "version": "0.0.6",
  "description": "Patch \"require\" function to apply special rules of modules availability for each other",
  "main": "dist/require-package.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeron-diovis/require-package.git"
  },
  "author": "Jeron Diovis",
  "license": "MIT",
  "keywords": [
    "require",
    "commonjs",
    "module",
    "package",
    "component",
    "restrict"
  ],
  "devDependencies": {
    "chai": "^1.9.1",
    "karma-chai": "^0.1.0",
    "mocha": "^1.20.0",
    "karma-mocha": "^0.1.3",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-chrome-launcher": "^0.1.4",
    "karma": "^0.12.16",
    "coffee-script": "^1.7.1",
    "karma-coffee-preprocessor": "^0.2.1",
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-karma": "^0.8.3",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-rigger": "^0.6.0",
    "matchdep": "^0.3.0",
    "grunt-shell": "^0.7.0"
  }
}
