-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#36 meaningless commit to check travis status
- Loading branch information
1 parent
b9e7cf9
commit fe96892
Showing
1 changed file
with
37 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |