{
  "name": "dmi",
  "description": "Read iconstate metadata from BYOND DMI files",
  "version": "0.0.0",
  "license": "MIT",
  "main": "lib/index.js",
  "author": "Raymond Hammarling",
  "scripts": {
    "prepublish": "grunt build",
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "*",
    "load-grunt-tasks": "*",
    "grunt-contrib-coffee": "*",
    "grunt-coffeelint": "*",
    "grunt-contrib-watch": "*",
    "chai": "*",
    "grunt-mocha-test": "*"
  },
  "dependencies": {
    "streampng": "^0.1.8",
    "nearley": "^1.2.0",
    "grunt-contrib-copy": "^0.7.0",
    "lodash": "^2.4.1"
  }
}
