package.json 341 B

12345678910111213141516171819
  1. {
  2. "name": "nodejs-note",
  3. "version": "1.0.0",
  4. "description": "nodejs笔记",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.yoqi.me:3000/lyq/nodejs-note"
  12. },
  13. "keywords": [
  14. "nodejs",
  15. "笔记"
  16. ],
  17. "author": "liuyuqi.gov@msn.cn",
  18. "license": "ISC"
  19. }