gulp-sass/package.json

22 lines
444 B
JSON
Raw Normal View History

2013-08-31 23:19:20 +02:00
{
"name": "gulp-sass",
"version": "0.1.0",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/gulp-sass"
},
"keywords": [
"gulpplugin"
],
"author": "David Manning",
"license": "MIT",
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
}
}