JezK
Edit File: package.json
{ "author": { "name": "thoughtbot", "url": "http://thoughtbot.com" }, "bugs": { "url": "https://github.com/thoughtbot/bourbon/issues" }, "description": "A simple and lightweight mixin library for Sass.", "eyeglass": { "needs": "*", "exports": "eyeglass-exports.js" }, "homepage": "http://bourbon.io", "keywords": [ "css", "eyeglass-module", "mixins", "sass", "scss" ], "license": "MIT", "main": "index.js", "name": "bourbon", "repository": { "type": "git", "url": "https://github.com/thoughtbot/bourbon.git" }, "scripts": { "test": "bundle exec rake" }, "version": "5.0.0-beta.5" }