gulp-dos2unix-js
Version:
Gulp plug-in to convert DOS to Unix line endings (pure JS)
37 lines (36 loc) • 888 B
JSON
{
"name": "gulp-dos2unix-js",
"version": "1.0.0",
"description": "Gulp plug-in to convert DOS to Unix line endings (pure JS)",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stpettersens/gulp-dos2unix-js.git"
},
"keywords": [
"gulpplugin",
"dos2unix",
"pure-js",
"implementation"
],
"author": "Sam Saint-Pettersen <s.stpettersen+github@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stpettersens/gulp-dos2unix-js/issues"
},
"homepage": "https://github.com/stpettersens/gulp-dos2unix-js#readme",
"dependencies": {
"gulp-util": "^3.0.7",
"safe-buffer": "^5.1.1",
"ssp-dos2unix-js": "^1.0.1",
"through2": "^2.0.1"
},
"devDependencies": {
"chai": "^4.1.1",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1"
}
}