{
  "name": "mutation-js",
  "version": "0.0.6",
  "description": "Easy object mutation",
  "main": "mutation.js",
  "keywords": [
    "mutation",
    "object",
    "javascript",
    "underscore",
    "plugin"
  ],
  "license": "MIT",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dataminr/mutation.git"
  },
  "devDependencies": {
    "bower": "1.3.8",
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-connect": "0.8.0",
    "grunt-contrib-requirejs": "0.4.4",
    "grunt-contrib-clean": "0.6.0",
    "grunt-docker": "0.0.9",
    "grunt-karma": "0.8.3",
    "grunt-open": "0.2.3",
    "karma": "0.12.19",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "0.1.4",
    "karma-coverage": "0.2.5",
    "karma-mocha": "0.1.6",
    "karma-phantomjs-launcher": "0.1.4",
    "karma-requirejs": "0.2.2",
    "karma-sinon": "1.0.3",
    "requirejs": "2.1.14",
    "grunt-shell-spawn": "0.3.1"
  }
}
