{
  "name": "bespoke-server",
  "private": false,
  "version": "0.4.1",
  "bin": {
    "bst": "./bin/bst.js",
    "bst-server": "./bin/bst-server.js"
  },
  "dependencies": {
    "typescript": "^1.8.10",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "mocha": "2.5.3",
    "tslint": "^3.13.0",
    "typemoq": "^0.2.0"
  },
  "engines": {
    "node": "6.3.0"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/xappmedia/bst/raw/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/xappmedia/bst.git"
  },
  "scripts": {
    "postversion": "git push && git push --tags",
    "pretest": "tsc",
    "test": "mocha test/**/*-test.js"
  }
}
