123456789101112131415161718192021222324252627 |
- {
- "name": "HSMSV1-app",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "production": "node ./upload/production.js"
- },
- "repository": {
- "type": "git",
- "url": "http://git.dashitech.com/wangyaxiang/HSMSV1-app.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "crypto-js": "^4.1.1",
- "spinkit": "^2.0.1",
- "vconsole": "^3.14.7",
- "weixin-jsapi": "^1.1.0"
- },
- "devDependencies": {
- "shelljs": "^0.8.5",
- "ssh2-sftp-client": "^7.2.0"
- }
- }
|