1 Star 0 Fork 0

hu-snail/html-docx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "html-docx-js",
"version": "0.3.1",
"description": "Converts HTML documents to DOCX in the browser",
"browser": "dist/html-docx.js",
"main": "dist/node/api.js",
"repository": {
"type": "git",
"url": "git://github.com/evidenceprime/html-docx-js.git"
},
"scripts": {
"test": "gulp test-node",
"prepublish": "gulp clean && gulp build-node",
"release": "gulp clean && gulp clean-release && gulp build && gulp build-node && gulp minify && gulp copy-release",
"min": "gulp minify && gulp copy-release",
"transport": "gulp clean-publish && gulp transport-file"
},
"browserify": {
"transform": [
"coffeeify",
"brfs"
]
},
"author": "Artur Nowak <[email protected]>",
"contributors": [
{
"name": "Ievgen Martynov",
"email": "[email protected]"
},
{
"name": "Michał Ciołczyk",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"brfs": "^1.1.2",
"browserify": "^4.2.0",
"chai": "^1.9.1",
"coffeeify": "^0.6.0",
"del": "^1.2.0",
"es5-shim": "^4.5.12",
"fs-extra": "^7.0.1",
"gulp": "^3.8.5",
"gulp-coffee": "^2.3.1",
"gulp-lodash-template": "^0.1.0",
"gulp-mocha": "^0.4.1",
"gulp-mocha-phantomjs": "^0.3.0",
"gulp-notify": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^2.2.19",
"jstify": "^0.9.0",
"klaw-sync": "^6.0.0",
"mocha": "^1.20.1",
"pretty-hrtime": "^0.2.1",
"readable-stream": "^3.3.0",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2"
},
"dependencies": {
"jszip": "^2.3.0",
"juice": "^5.2.0",
"lodash.escape": "^3.0.0",
"lodash.merge": "^4.6.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hu-snail/html-docx.git
[email protected]:hu-snail/html-docx.git
hu-snail
html-docx
html-docx
master

搜索帮助