JezK
Edit File: package.json
{ "name": "bourbon", "version": "4.2.1", "description": "A simple and lightweight mixin library for Sass.", "keywords": [ "css", "mixins", "sass", "scss" ], "homepage": "http://bourbon.io", "bugs": { "url": "https://github.com/thoughtbot/bourbon/issues" }, "license": "MIT", "author": { "name": "thoughtbot", "url": "http://thoughtbot.com" }, "main": "app/assets/stylesheets/_bourbon.scss", "repository": { "type": "git", "url": "https://github.com/thoughtbot/bourbon.git" }, "scripts": { "test": "echo \"No test specified\"" } }