{
  "name": "serializable",
  "version": "1.0.3",
  "description": "A mixin for making serializable objects",
  "main": "./lib/serializable",
  "scripts": {
    "prepublish": "grunt clean lint coffee",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/serializable.git"
  },
  "bugs": {
    "url": "https://github.com/atom/serializable/issues"
  },
  "license": "MIT",
  "dependencies": {
    "mixto": "1.x",
    "underscore-plus": "1.x",
    "get-parameter-names": "~0.2.0"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "jasmine-focused": "~0.19.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-cli": "~0.1.8",
    "grunt": "~0.4.1",
    "grunt-shell": "~0.2.2",
    "grunt-coffeelint": "0.0.6",
    "rimraf": "~2.2.2",
    "coffee-cache": "~0.2.0"
  }
}
