{
  "name": "@nodeswork/nam",
  "version": "0.0.34",
  "description": "Applet manager for Nodeswork containers.",
  "main": "dist/index.js",
  "bin": {
    "nam": "dist/cli/nam.js"
  },
  "scripts": {
    "build": "rm -rf dist && ./node_modules/.bin/gulp && chmod 755 dist/cli/nam.js",
    "prepublish": "npm test && npm run build",
    "prestart": "npm run build",
    "start": "node dist/index.js",
    "test": "./node_modules/.bin/gulp && NODE_ENV=test node_modules/.bin/mocha --timeout=10000 --trace-warnings"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeswork/am.git"
  },
  "keywords": [
    "nodeswork",
    "nam"
  ],
  "author": "andy@nodeswork.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nodeswork/am/issues"
  },
  "homepage": "https://github.com/nodeswork/am#readme",
  "devDependencies": {
    "@types/node": "^8.0.28",
    "@types/winston": "^2.3.5",
    "chai": "^4.1.2",
    "coffeescript": "^2.0.0-beta5",
    "gulp": "^3.9.1",
    "gulp-typescript": "^3.2.2",
    "mocha": "^3.5.0",
    "should": "^13.0.1",
    "source-map-support": "^0.4.17",
    "typescript": "^2.5.2"
  },
  "dependencies": {
    "@nodeswork/applet": "0.0.60",
    "@nodeswork/logger": "^0.1.2",
    "@nodeswork/utils": "^0.1.12",
    "@types/commander": "^2.9.2",
    "@types/compare-version": "^0.1.31",
    "@types/cron": "^1.2.1",
    "@types/fs-extra": "^4.0.2",
    "@types/http-proxy": "^1.12.1",
    "@types/koa": "^2.0.39",
    "@types/koa-router": "^7.0.23",
    "@types/node-persist": "0.0.32",
    "@types/path-to-regexp": "^1.7.0",
    "@types/request-promise": "^4.1.37",
    "@types/socket.io-client": "^1.4.30",
    "@types/uuid": "^3.4.2",
    "appdirectory": "^0.1.0",
    "child-process-promise": "^2.2.1",
    "commander": "^2.11.0",
    "compare-version": "^0.1.2",
    "cron": "^1.3.0",
    "daemon": "github:zipang/daemon.node#48d0977c26fb3a6a44ae99aae3471b9d5a761085",
    "docker-cli-js": "^2.1.1",
    "fs-extra": "^4.0.1",
    "http-proxy": "^1.16.2",
    "is-running": "^2.1.0",
    "koa": "^2.3.0",
    "koa-bodyparser": "^4.2.0",
    "koa-router": "^7.2.1",
    "latest-version": "^3.1.0",
    "mongoose": "^4.11.10",
    "node-http-proxy": "^0.2.3",
    "node-machine-id": "^1.1.9",
    "node-persist": "^2.1.0",
    "path-to-regexp": "^2.0.0",
    "portfinder": "^1.0.13",
    "prompt": "^1.0.0",
    "request": "^2.81.0",
    "request-promise": "^4.2.1",
    "sleep-promise": "^2.0.0",
    "socket.io-client": "^2.0.3",
    "uuid": "^3.1.0",
    "winston": "^2.3.1"
  }
}
