{
  "name": "simplehttpservice",
  "version": "0.3.14",
  "description": "",
  "main": "./dist/service.js",
  "scripts": {
    "test": "make test-server",
    "prepublish": "make compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klamtlne/SimpleHTTPService.git"
  },
  "author": "klamtine",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/klamtlne/SimpleHTTPService/issues"
  },
  "homepage": "https://github.com/klamtlne/SimpleHTTPService#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "watchify": "^3.6.1",
    "xceptor": "^0.2.2"
  },
  "dependencies": {
    "browserify": "^12.0.1",
    "tsify": "^0.13.1",
    "uglifyjs": "^2.4.10"
  }
}
