{
  "name": "prime-commonjs",
  "description": "Prime structure of resources in CommonJS",
  "version": "1.0.1",
  "author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (http://hemersonvianna.io)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prime-solutions/prime-commonjs.git"
  },
  "bugs": {
    "url": "https://github.com/prime-solutions/prime-commonjs/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://hemersonvianna.mit-license.org/"
    }
  ],
  "main": "./lib/common/_config.js",
  "keywords": [
    "prime",
    "commonjs",
    "js"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "chai": "^2.2.0",
    "jquery.1": "^1.0.0",
    "mediator-js": "^0.9.9",
    "mocha": "^2.2.1",
    "sinon": "^1.14.1"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-watch": "~0.4.0",
    "grunt-jsduck": "^1.0.1",
    "grunt-mocha-test": "^0.12.7",
    "jit-grunt": "^0.9.1",
    "load-grunt-config": "^0.10.0",
    "load-grunt-tasks": "^0.4.0"
  },
  "scripts": {
    "test": "grunt mochatest"
  }
}
