{
  "name": "npm_hello_world",
  "version": "0.0.1",
  "description": "Hello World",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "hello_world"
  ],
  "author": "Jason Smith <truelion07@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "colors": "^1.1.2"
  }
}
