{
  "name": "nodeswork-helloworld",
  "version": "0.0.27",
  "description": "Hello world application of Nodeswork.",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist/ && ./node_modules/.bin/gulp",
    "prepublish": "npm run build",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeswork/nodeswork-helloworld.git"
  },
  "keywords": [
    "nodeswork",
    "helloworld"
  ],
  "author": "andy@nodeswork.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nodeswork/nodeswork-helloworld/issues"
  },
  "homepage": "https://github.com/nodeswork/nodeswork-helloworld#readme",
  "dependencies": {
    "@nodeswork/applet": "0.0.22",
    "@types/html-to-text": "^1.4.31",
    "html-to-text": "3.3.0",
    "random-quote": "0.0.1"
  },
  "devDependencies": {
    "@types/node": "^8.0.29",
    "gulp": "^3.9.1",
    "gulp-typescript": "^3.2.2",
    "source-map-support": "^0.4.18",
    "ts-node": "^3.3.0",
    "typescript": "^2.5.2"
  }
}
