{
  "name": "arraydiff-papandreou",
  "description": "Diff two arrays, finding inserts, removes, and moves",
  "homepage": "https://github.com/codeparty/arraydiff",
  "repository": {
    "type": "git",
    "url": "https://github.com/codeparty/arraydiff"
  },
  "version": "0.1.1-patch1",
  "main": "./index.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.4.1",
    "mocha": "~1.9.0",
    "expect.js": "~0.2.0",
    "coffee-script": "~1.6.2",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-jshint": "~0.4.3"
  },
  "optionalDependencies": {}
}
