UNPKG

1.24 kBJSONView Raw
1{
2 "name": "gulp-line-ending-corrector",
3 "version": "1.0.3",
4 "description": "Gulp Plugin for Line Ending Corrector (A utility that makes sure your files have consistent line endings)",
5 "main": "index-runner.js",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffeescript/register"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/iShafayet/gulp-line-ending-corrector.git"
12 },
13 "keywords": [
14 "Utility",
15 "Line",
16 "gulp",
17 "gulpplugin",
18 "plugin",
19 "Ending",
20 "CRLF",
21 "LF",
22 "Linefeed",
23 "Newline"
24 ],
25 "author": "Sayem Shafayet <ishafayet@gmail.com> (http://ishafayet.me/)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/iShafayet/gulp-line-ending-corrector/issues"
29 },
30 "homepage": "https://github.com/iShafayet/gulp-line-ending-corrector",
31 "dependencies": {
32 "coffeescript": "^2.0.3",
33 "line-ending-corrector": "^1.0.1",
34 "plugin-error": "^1.0.1",
35 "through2": "^2.0.0"
36 },
37 "devDependencies": {
38 "chai": "^3.3.0",
39 "mocha": "^2.3.3"
40 },
41 "private": false
42}