{
  "name": "mymodulesdemo",
  "version": "1.0.0",
  "description": "这是我自己的模块",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runoob/runoob.git"
  },
  "keywords": [
    "我的关键字"
  ],
  "author": "woqco",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/runoob/runoob/issues"
  },
  "homepage": "https://github.com/runoob/runoob#readme"
}
