From fe968923a8db938258c676fefdc6f7b09f7aed19 Mon Sep 17 00:00:00 2001 From: herereadthis Date: Thu, 26 Feb 2015 21:46:04 -0500 Subject: [PATCH] #36 meaningless commit to check travis status --- bower.json | 72 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/bower.json b/bower.json index 9eb88c2..db4e3d3 100644 --- a/bower.json +++ b/bower.json @@ -1,38 +1,40 @@ { - "name": "bellmaker", - "version": "0.4.10", - "authors": [ - { - "name": "Jimmy Ha", - "homepage": "http://herereadthis.com" - } - ], - "description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints", - "homepage": "http://herereadthis.com/code/bellmaker", - "main": [ - "src/less/bellmaker.less", - "src/sass/bellmaker.scss" - ], - "license": "MIT", - "devDependencies": {}, - "ignore": [ - ".bowerrc", - ".gitignore", - ".editorconfig", - ".jshintrc", - ".sass-cache", - ".travis.yml", - "docs", - "Gruntfile.js", - "node_modules", - "test", - "docs", - "dist", - "bower_components", - "app" - ], - "dependencies": { - "jquery": "~2.1.1", - "mossflower": "~0.1.11" + "name": "bellmaker", + "version": "0.4.10", + "authors": [ + { + "name": "Jimmy Ha", + "homepage": "http://herereadthis.com" } + ], + "description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints", + "homepage": "http://herereadthis.com/code/bellmaker", + "main": [ + "src/less/bellmaker.less", + "src/sass/bellmaker.scss" + ], + "license": "MIT", + "devDependencies": { + "grunt-contrib-copy": "~0.8.0" + }, + "ignore": [ + ".bowerrc", + ".gitignore", + ".editorconfig", + ".jshintrc", + ".sass-cache", + ".travis.yml", + "docs", + "Gruntfile.js", + "node_modules", + "test", + "docs", + "dist", + "bower_components", + "app" + ], + "dependencies": { + "jquery": "~2.1.1", + "mossflower": "~0.1.11" + } }