{
  "name": "barn",
  "version": "0.2.3",
  "description": "Fast, atomic persistent storage layer on top of localstorage",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "nsstorage": "^0.0.3",
    "underscore": "^1.7.0"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.2.1",
    "grunt-bump": "0.0.16",
    "grunt-contrib-uglify": "^0.6.0",
    "mocha": "^2.0.1",
    "uglify-js": "^2.4.15"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/arokor/barn.git"
  },
  "keywords": [
    "persistence"
  ],
  "author": "Aron Kornhall <aron@kornhall.se>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arokor/barn/issues"
  },
  "homepage": "https://github.com/arokor/barn"
}
