UNPKG

fd-gulp-encodingfilter

Version:

filt the assigned encoding file

32 lines (31 loc) 666 B
{ "name": "fd-gulp-encodingfilter", "version": "0.0.1", "description": "filt the assigned encoding file", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:fangdeng/fd-gulp-encodingfilter.git" }, "keywords": [ "gulpplugin", "fdmplugin", "encoding", "filter" ], "author": "dongming.jidm", "license": "ISC", "dependencies": { "gulp-util": "^2.2.14", "jschardet": "^1.1.0", "through": "^2.3.4" }, "devDependencies": { "gulp": "^3.6.0", "mocha": "^1.18.2", "should": "^3.3.0" } }