forked from scottjehl/Respond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (32 loc) · 771 Bytes
/
package.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
{
"name": "Respond.js",
"description": "min/max-width media query polyfill",
"version": "1.4.2",
"homepage": "https://github.com/scottjehl/Respond",
"homepageShortened": "https://j.mp/respondjs",
"author": {
"name": "Scott Jehl",
"email": "scott@filamentgroup.com",
"url": "https://filamentgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/scottjehl/Respond.git"
},
"bugs": {
"url": "https://github.com/scottjehl/Respond/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt-cli":"~0.1",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "0.2.7"
}
}