{
  "name": "keyper",
  "version": "0.1.20",
  "description": "Persistence layer/in-memory data store",
  "repository": "aikoven/keyper",
  "main": "./dist/es5/keyper.js",
  "typescript": {
    "main": "./src/keyper.ts"
  },
  "scripts": {
    "prepublish": "in-publish && gulp || not-in-publish",
    "test": "gulp test"
  },
  "author": {
    "name": "Daniel Lytkin",
    "email": "dan.lytkin@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^5.8.21",
    "chai": "^3.2.0",
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.2.0",
    "gulp-mocha": "^2.1.3",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-spawn-mocha": "^2.2.1",
    "gulp-typedoc": "^1.2.1",
    "gulp-typescript": "^2.8.0",
    "in-publish": "^2.0.0",
    "mocha": "^2.2.5",
    "source-map-support": "^0.3.2",
    "typescript": "^1.6.2",
    "moment": "~2.9.0"
  },
  "dependencies": {
    "json-stable-stringify": "^1.0.0",
    "signals": "^1.0.0"
  }
}
