12345678910111213141516 |
- {
- "name": "saas-operation-web",
- "version": "1.0.0",
- "description": "saas运营系统",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "sencha app watch",
- "build": "sencha app build --production"
- },
- "keywords": [
- "saas"
- ],
- "author": "yingp@usoftchina.com",
- "license": "ISC"
- }
|