Skip to content

Instantly share code, notes, and snippets.

@growdigital
Created August 13, 2014 11:40
Show Gist options
  • Save growdigital/7dbc02b2d79b89431499 to your computer and use it in GitHub Desktop.
Save growdigital/7dbc02b2d79b89431499 to your computer and use it in GitHub Desktop.
Grow Digital default bower.json
{
"name": "default",
"version": "0.1.0",
"homepage": "https://github.com/growdigital/default",
"authors": [
"web@growdigital.org"
],
"description": "Description",
"private": false,
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"html5shiv": "~3.7.2",
"normalize-css": "~3.0.1",
"picturefill": "~2.1.0",
"suit-utils-align": "~0.2.1",
"suit-utils-display": "~0.4.1",
"suit-utils-layout": "~0.4.1",
"suit-utils-size": "~0.7.1",
"suit-utils-text": "~0.4.1",
"svg4everybody": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment