gulp-sass/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

2013-08-31 23:19:20 +02:00
{
"name": "gulp-sass",
2018-04-08 05:11:09 +02:00
"version": "4.0.1",
2013-08-31 23:19:20 +02:00
"description": "Gulp plugin for sass",
"main": "index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
2013-08-31 23:19:20 +02:00
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/gulp-sass"
},
"keywords": [
"gulpplugin",
"sass",
"gulp"
2013-08-31 23:19:20 +02:00
],
"author": "David Manning",
"license": "MIT",
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
2013-09-01 01:53:11 +02:00
},
"dependencies": {
"chalk": "^2.3.0",
"lodash.clonedeep": "^4.3.2",
"node-sass": "^4.8.3",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
"strip-ansi": "^4.0.0",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
2013-09-01 01:53:11 +02:00
},
"devDependencies": {
"autoprefixer": "^8.1.0",
2018-03-11 14:02:26 +01:00
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
2016-05-03 17:26:04 +02:00
"globule": "^1.0.0",
"gulp": "^3.8.11",
"gulp-postcss": "^7.0.1",
2018-03-11 12:53:42 +01:00
"gulp-sourcemaps": "^2.6.4",
"gulp-tap": "^0.1.3",
2018-03-11 12:51:59 +01:00
"mocha": "^5.0.4",
"rimraf": "^2.4.3",
2018-03-11 12:52:13 +01:00
"should": "^13.2.1",
"vinyl": "^2.1.0"
2013-08-31 23:19:20 +02:00
}
}