{
  "name": "hello-world",
  "version": "0.0.1",
  "description": "Hello World API.",
  "contributors": [
    "Bob Smith <bob@smith.com>"
  ],
  "main": "./lib/HelloService.js",
  "scripts": {
      "start": "node ./lib/HelloService.js",
      "test": "node ./test"
  },
  "bin": {
      "HelloService": "./bin/HelloService.js"
  },
  "dependencies": {
      "carbon-io": "*"
  }
}
