-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (45 loc) · 1006 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "onesize-css",
"version": "0.0.1d",
"description": "Generate CSS for specific screen size from responsive CSS files.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec ./test/index.js"
},
"bin" : {
"onesize-css": "./bin/onesize-css"
},
"repository": {
"type": "git",
"url": "https://github.com/hereblur/css-onesize-media.git"
},
"keywords": [
"CSS",
"Internet Explorer",
"anti responsive",
"disable responsive",
"@media",
"ie7",
"ie8",
"responsive design",
"mobile-first"
],
"author": "Supasak Sutha",
"license": "ISC",
"bugs": {
"url": "https://github.com/hereblur/css-onesize-media/issues"
},
"homepage": "https://github.com/hereblur/css-onesize-media",
"dependencies" : {
"less" : "*",
"node-sass": "*",
"css" : "*",
"css-mediaquery" : "*",
"q" : "*",
"underscore" : "*"
},
"devDependencies": {
"mocha": "*",
"should": ">= 0.0.1"
}
}