-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
41 lines (41 loc) · 844 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bellmaker",
"version": "0.4.16",
"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",
".editorconfig"
],
"dependencies": {
"jquery": "~2.1.1",
"mossflower": "~0.1.11"
}
}