{
  "name": "@told/azure-functions-server",
  "version": "1.9.16",
  "description": "Azure Functions Server",
  "main": "index.ts",
  "scripts": {
    "afs": "node bin\\afs -w",
    "test": "karma start karma.conf.js"
  },
  "bin": {
    "afs": "./bin/afs.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toldsoftware/azure-functions-server.git"
  },
  "keywords": [
    "typescript",
    "module",
    "boilerplate"
  ],
  "author": "Rick Love",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toldsoftware/azure-functions-server/issues"
  },
  "homepage": "https://github.com/toldsoftware/azure-functions-server#readme",
  "devDependencies": {
    "@types/jasmine": "^2.5.35",
    "coveralls": "^2.11.15",
    "jasmine-core": "^2.4.1",
    "karma": "^1.3.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-typescript": "^2.1.5",
    "typescript": "^2.1.4",
    "azure-storage": "^1.4.0",
    "node-uuid": "^1.4.7"
  },
  "dependencies": {
    "@told/platform": "^1.1.0",
    "@types/ncp": "^2.0.0",
    "@types/node": "^6.0.62",
    "@types/node-uuid": "0.0.28",
    "@types/rimraf": "^0.0.28",
    "@types/webpack": "^2.2.4",
    "ncp": "^2.0.0",
    "node-watch": "^0.4.1",
    "replacestream": "^4.0.2",
    "rimraf": "^2.5.4",
    "source-map-loader": "^0.1.6",
    "tslib": "^1.4.0",
    "webpack": "^2.2.0"
  }
}
