12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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-fileinput": "^5.0.6",
- "bootstrap-table": "^1.13.1",
- "bootstrap": ">=3.4.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"
- }
- }
|