{
  "name": "figson",
  "version": "0.0.7",
  "description": "Simple config file storage.",
  "author": "Declan de Wet <declandewet@me.com>",
  "keywords": [
    "config",
    "json",
    "cson",
    "yaml",
    "configuration",
    "configure"
  ],
  "main": "lib",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/declandewet/figson"
  },
  "bugs": {
    "url": "http://github.com/declandewet/figson/issues",
    "email": "declandewet@me.com"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "mocha",
    "build": "mv lib src && coffee -o lib -c src",
    "unbuild": "rm -rf lib && mv src lib",
    "release": "npm run build && npm publish . && npm run unbuild",
    "coveralls": "npm run build && istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage && npm run unbuild"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "mocha": "^1.18.2",
    "mocha-lcov-reporter": "0.0.1",
    "istanbul": "^0.2.7",
    "coveralls": "^2.10.0"
  },
  "dependencies": {
    "lodash": "^2.4.1",
    "pathval": "^0.1.1",
    "when": "^3.1.0",
    "js-yaml": "^3.0.2",
    "cson-safe": "^0.1.1"
  }
}
