{
  "name": "npm_my_1st",
  "version": "1.0.0",
  "description": "YanBin learn how to create a npm package.",
  "main": "hello.js",
  "scripts": {
    "test": "echo \"Error: no test defined.\" && exit 1"
  },
  "keywords": [
    "Hello",
    "World",
    "Yan",
    "Bin",
    "YanBin"
  ],
  "author": "YanBin",
  "license": "MIT"
}
