UNPKG

1.14 kBJSONView Raw
1{
2 "name": "gulp-sass",
3 "version": "4.1.0",
4 "description": "Gulp plugin for sass",
5 "main": "index.js",
6 "engines": {
7 "node": ">=6"
8 },
9 "scripts": {
10 "test": "./node_modules/.bin/mocha test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/dlmanning/gulp-sass"
15 },
16 "keywords": [
17 "gulpplugin",
18 "sass",
19 "gulp"
20 ],
21 "author": "David Manning",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/dlmanning/gulp-sass/issues"
25 },
26 "dependencies": {
27 "chalk": "^2.3.0",
28 "lodash": "^4.17.11",
29 "node-sass": "^4.8.3",
30 "plugin-error": "^1.0.1",
31 "replace-ext": "^1.0.0",
32 "strip-ansi": "^4.0.0",
33 "through2": "^2.0.0",
34 "vinyl-sourcemaps-apply": "^0.2.0"
35 },
36 "devDependencies": {
37 "autoprefixer": "^8.1.0",
38 "eslint": "^4.18.2",
39 "eslint-config-airbnb-base": "^12.1.0",
40 "eslint-plugin-import": "^2.9.0",
41 "globule": "^1.0.0",
42 "gulp": "^3.8.11",
43 "gulp-postcss": "^7.0.1",
44 "gulp-sourcemaps": "^2.6.4",
45 "gulp-tap": "^0.1.3",
46 "mocha": "^5.0.4",
47 "rimraf": "^2.4.3",
48 "should": "^13.2.1",
49 "vinyl": "^2.1.0"
50 }
51}