{
  "name": "pokesav-gba",
  "description": "Pokémon GBA savefile reader",
  "version": "1.0.1",
  "license": "MIT",
  "main": "lib/index.js",
  "author": "Raymond Hammarling",
  "scripts": {
    "prepublish": "grunt build",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raymond-h/pokesav-gba.git"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt-coffeelint": "0.0.13",
    "grunt-mocha-test": "^0.12.2",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt": "^0.4.5",
    "load-grunt-tasks": "^1.0.0",
    "grunt-contrib-watch": "^0.6.1"
  },
  "dependencies": {
    "lodash": "^2.4.1",
    "yargs": "^1.3.3"
  }
}
