1.0.0 • Published 6 years ago

demo_zhang v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

{ // 包名,项目名称 "name": "demo1", // 版本号 "version": "1.0.0", // 项目描述信息 "description": "this is my first nodejs project", // 入口js· "main": "index.js", // 快捷执行命令 "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, // 项目关键字 "keywords": "test", "beauty" , // 作者 "author": "haonan", // 版权 "license": "ISC", // 生产环境依赖 "dependencies": { "express": "^4.16.3" }, // 开发环境依赖 "devDependencies": { "jquery": "^3.3.1" } }

1.0.0

6 years ago