{
  "name": "stratumn-mock-agent",
  "description": "Allows testing a Stratumn agent",
  "version": "1.2.0",
  "dependencies": {},
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "lint": "eslint src test",
    "inspect": "jsinspect",
    "pretest": "npm run lint && npm run inspect",
    "test": "mocha --compilers js:babel-core/register --recursive --require should",
    "clean": "rimraf lib",
    "preversion": "npm run clean && npm run test",
    "version": "npm run build",
    "postversion": "git push && git push --tags && npm run clean",
    "prepublish": "npm run clean && npm run build",
    "update-license-headers": "./update-license-headers.sh"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "author": "Stratumn Team",
  "license": "Apache-2.0",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.2",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^6.2.3",
    "babel-preset-es2015": "^6.5.0",
    "eslint": "^2.3.0",
    "eslint-config-airbnb": "^6.0.2",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.4",
    "jsinspect": "^0.7.0",
    "mocha": "^2.3.2",
    "should": "^8.2.2",
    "rimraf": "^2.5.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stratumn/stratumn-mock-agent.git"
  }
}
