{ "name": "Bitters", "version": "2.0.2", "description": "Scaffold styles, variables and structure for Bourbon projects.", "main": "Gulpfile.js", "repository": { "type": "git", "url": "https://github.com/thoughtbot/bitters.git" }, "keywords": [ "bourbon", "css", "sass", "scss", "scaffold" ], "author": { "name": "thoughtbot", "url": "http://thoughtbot.com" }, "license": "MIT", "bugs": { "url": "https://github.com/thoughtbot/bitters/issues" }, "devDependencies": { "@thoughtbot/stylelint-config": "^1.1.0", "bourbon": "^6.0.0", "browser-sync": "^2.26.7", "gulp": "^4.0.2", "gulp-sass": "^4.0.2", "stylelint": "^10.1.0" }, "scripts": { "stylelint": "stylelint 'core/**/*.scss'" } }