{
  "name": "gun-flint",
  "version": "0.0.28",
  "description": "Micro-framework for building Gun adapters",
  "keywords": [
    "gun",
    "gundb",
    "adapters"
  ],
  "author": "sjones6",
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run test:unit && npm run test:integrations",
    "test:unit": "mocha test/ --opts ./mocha.opts",
    "test:integrations": "npm run test:node && npm run test:delta && npm run test:key_val",
    "test:delta": "node ./bin/flint.js test ./test/integration/delta_adapter.js --opt=./test/integration/flint-opt.js",
    "test:node": "node ./bin/flint.js test ./test/integration/node_adapter.js --opt=./test/integration/flint-opt.js",
    "test:key_val": "node ./bin/flint.js test ./test/integration/key_val_adapter.js --opt=./test/integration/flint-opt.js",
    "package:gun": "rm -Rf ./bin/commands/integration-suite/gun && mkdir ./bin/commands/integration-suite/gun && cp -Rf ./node_modules/gun/* ./bin/commands/integration-suite/gun",
    "mocha": "mocha",
    "build": "babel src/ -d dist/",
    "deploy": "npm run build && npm test && npm version patch && git push --tags",
    "prepublish": "npm run package:gun && npm test && npm run build"
  },
  "bin": {
    "flint": "bin/flint.js"
  },
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "minimist": "^1.2.0",
    "mocha": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.11.6",
    "gun": "^0.8.3",
    "levelup": "^1.3.8",
    "memdown": "^1.2.4"
  },
  "peerDependencies": {
    "gun": "^0.8.3"
  }
}
