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.
58 lines
1.2 KiB
58 lines
1.2 KiB
2 years ago
|
{
|
||
|
"name": "gulp-postcss",
|
||
|
"nyc": {
|
||
|
"lines": 100,
|
||
|
"statements": 100,
|
||
|
"functions": 100,
|
||
|
"branches": 100,
|
||
|
"reporter": [
|
||
|
"lcov",
|
||
|
"text"
|
||
|
],
|
||
|
"cache": true,
|
||
|
"all": true,
|
||
|
"check-coverage": true
|
||
|
},
|
||
|
"version": "8.0.0",
|
||
|
"description": "PostCSS gulp plugin",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"coveralls": "coveralls < coverage/lcov.info",
|
||
|
"pretest": "eslint *.js",
|
||
|
"test": "nyc mocha test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/postcss/gulp-postcss.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"gulpplugin",
|
||
|
"postcss",
|
||
|
"postcss-runner",
|
||
|
"css"
|
||
|
],
|
||
|
"author": "Andrey Kuzmin <unsoundscapes@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/postcss/gulp-postcss/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/postcss/gulp-postcss",
|
||
|
"dependencies": {
|
||
|
"fancy-log": "^1.3.2",
|
||
|
"plugin-error": "^1.0.1",
|
||
|
"postcss": "^7.0.2",
|
||
|
"postcss-load-config": "^2.0.0",
|
||
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^3.0.2",
|
||
|
"eslint": "^5.3.0",
|
||
|
"gulp-sourcemaps": "^2.6.0",
|
||
|
"mocha": "^5.2.0",
|
||
|
"nyc": "^12.0.2",
|
||
|
"proxyquire": "^2.0.1",
|
||
|
"sinon": "^6.1.4",
|
||
|
"vinyl": "^2.2.0"
|
||
|
}
|
||
|
}
|