{
  "name": "b-flat",
  "version": "3.0.1",
  "description": "A simple object flattener/unflattener.",
  "main": "./lib/index.js",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "prepublish": "npm test && rimraf ./lib && npm run compile",
    "test": "mocha --compilers js:babel-core/register --recursive ./test/**/*.spec.js",
    "test:watch": "npm run test -- --watch"
  },
  "keywords": [
    "flatten",
    "unflatten",
    "serialization"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nickytonline/b-flat.git"
  },
  "author": "Nick Taylor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nickytonline/b-flat/issues"
  },
  "homepage": "https://github.com/nickytonline/b-flat#readme",
  "devDependencies": {
    "babel-cli": "6.7.5",
    "babel-core": "6.7.6",
    "babel-eslint": "6.0.2",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-stage-2": "6.5.0",
    "chai": "3.5.0",
    "eslint": "2.7.0",
    "mocha": "2.4.5",
    "rimraf": "2.5.2"
  }
}
