| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "default",
- "version": "1.0.0",
- "description": "Default template for fis scaffold",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/fis-scaffold/default.git"
- },
- "keywords": [
- "fis",
- "scaffold"
- ],
- "author": "xt",
- "license": "",
- "bugs": {
- "url": "https://github.com/fis-scaffold/default/issues"
- },
- "homepage": "https://github.com/fis-scaffold/default",
- "dependencies": {
- "blueimp-md5": "^2.10.0",
- "fixed-header-table": "^1.3.0",
- "hashmap": "^2.3.0",
- "moment": "^2.22.2",
- "video.js": "^7.2.0",
- "websocket": "^1.0.26",
- "ztree": "^3.5.24",
- "zui": "^1.8.1"
- }
- }
|