package.json 400 B

1234567891011121314151617
  1. {
  2. "name": "saas-operation-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. "dev": "sencha app watch",
  9. "build": "sencha app build --production",
  10. "cloud": "sencha app build --testing"
  11. },
  12. "keywords": [
  13. "saas"
  14. ],
  15. "author": "yingp@usoftchina.com",
  16. "license": "ISC"
  17. }