package.json 279 B

1234567891011121314
  1. {
  2. "name": "saas-web",
  3. "version": "1.0.0",
  4. "description": "saas在线进销存系统",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "saas"
  11. ],
  12. "author": "yingp@usoftchina.com",
  13. "license": "ISC"
  14. }