gulp-sass/package.json

37 lines
704 B
JSON
Raw Permalink Normal View History

2013-08-31 23:19:20 +02:00
{
"name": "gulp-sass",
"version": "0.7.3",
2013-08-31 23:19:20 +02:00
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
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": {
2014-06-06 07:30:55 +02:00
"node-sass": "^0.9",
"gulp-util": "^3.0",
2014-09-11 01:24:04 +02:00
"map-stream": "~0.1",
"vinyl-sourcemaps-apply": "~0.1.1"
2013-09-01 01:53:11 +02:00
},
"devDependencies": {
2014-02-11 06:01:57 +01:00
"tape": "~2.3",
"concat-stream": "~1.4"
},
"jshintConfig": {
"laxcomma": true
2013-08-31 23:19:20 +02:00
}
}