{ "name": "excel-preview", "version": "1.0.5", "description": "Preview Excel online", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "gulp compressJS" }, "repository": { "type": "git", "url": "git+https://github.com/sumile-ting/excelPreview.git" }, "keywords": [ "excel", "sheetjs" ], "author": "zhuwei", "license": "ISC", "bugs": { "url": "https://github.com/sumile-ting/excelPreview/issues" }, "homepage": "https://github.com/sumile-ting/excelPreview#readme", "dependencies": { "bootstrap": ">=3.4.1", "bootstrap-fileinput": "git+https://git.hugh2113.com/hugh/bootstrap-fileinput.git#hugh-develop", "bootstrap-table": "^1.13.1", "jquery": ">=3.4.0", "xlsx": "^0.14.1", "xlsx-style": "^0.8.13" }, "devDependencies": { "babel-core": "6.26.0", "babel-preset-env": "^1.7.0", "gulp": "^4.0.2", "gulp-babel": "^7.0.0", "gulp-concat": "^2.6.1", "gulp-uglify": "^3.0.2" } }