UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

33 lines (32 loc) 701 B
{ "name": "fd-gulp-convert-encoding", "version": "0.0.1", "description": "convert file to assigned charset", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:fangdeng/fd-gulp-convert-encoding.git" }, "keywords": [ "gulpplugin", "fdmplugin", "convert", "charset" ], "author": "dongming.jidm", "license": "ISC", "dependencies": { "gulp-util": "^2.2.14", "iconv-lite": "^0.2.11", "jschardet": "^1.1.0", "through2": "^0.4.1" }, "devDependencies": { "gulp": "^3.6.0", "mocha": "^1.18.2", "should": "^3.3.0" } }