You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
47 lines
1.0 KiB
{ |
|
"name": "gulp-scss-lint", |
|
"description": "Validate `.scss` files with `scss-lint`", |
|
"version": "1.0.0", |
|
"homepage": "http://github.com/juanfran/gulp-scss-lint", |
|
"repository": "git://github.com/juanfran/gulp-scss-lint.git", |
|
"main": "./src/index.js", |
|
"author": { |
|
"name": "Juanfran Alcántara" |
|
}, |
|
"keywords": [ |
|
"gulpplugin", |
|
"scss-lint", |
|
"scsslint", |
|
"sass-lint", |
|
"scss", |
|
"lint", |
|
"gulp" |
|
], |
|
"engines": { |
|
"node": ">= 0.10" |
|
}, |
|
"license": "MIT", |
|
"scripts": { |
|
"test": "./node_modules/.bin/mocha" |
|
}, |
|
"devDependencies": { |
|
"chai": "~4.1.2", |
|
"mocha": "~5.2.0", |
|
"proxyquire": "^2.0.1", |
|
"sinon": "^6.1.5" |
|
}, |
|
"dependencies": { |
|
"bluebird": "^3.3.5", |
|
"chalk": "^2.4.1", |
|
"dargs": "~6.0.0", |
|
"event-stream": "3.3.4", |
|
"fancy-log": "^1.3.2", |
|
"plugin-error": "^1.0.1", |
|
"pretty-data": "^0.40.0", |
|
"shell-escape": "^0.2.0", |
|
"slash": "^2.0.0", |
|
"vinyl": "^2.2.0", |
|
"vinyl-fs": "^3.0.3", |
|
"xml2js": "^0.4.16" |
|
} |
|
}
|
|
|