-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
64 lines (64 loc) · 1.26 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cq-prolyfill",
"version": "0.4.0",
"description": "Prolyfill for CSS Container Queries (aka Element Queries)",
"license": "MIT",
"keywords": [
"CSS",
"css",
"RWD",
"rwd",
"Container Queries",
"container-queries",
"Container Query",
"container-query",
"Element Queries",
"element-queries",
"Element Query",
"element-query",
"Prolyfill",
"prolyfill",
"Prollyfill",
"prollyfill",
"Polyfill",
"polyfill",
"Browser",
"browser",
"postcss",
"postcss-plugin"
],
"scripts": {
"test": "make test"
},
"main": "cq-prolyfill.js",
"browser": "cq-prolyfill.js",
"files": [
"cq-prolyfill.js",
"cq-prolyfill.min.js",
"cq-prolyfill.min.js.gz",
"postcss-plugin.js",
"docs"
],
"homepage": "https://github.com/ausi/cq-prolyfill",
"repository": "ausi/cq-prolyfill",
"bugs": {
"url": "https://github.com/ausi/cq-prolyfill/issues"
},
"dependencies": {
"postcss": "^5.0.2"
},
"devDependencies": {
"browserstack-runner": "^0.5.0",
"connect": "^3.4.0",
"coveralls": "^2.11.4",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"node-sass": "^3.4.2",
"node-zopfli": "^1.4.0",
"qunit-phantomjs-runner": "^2.1.0",
"qunitjs": "^1.18.0",
"serve-static": "^1.10.0",
"slimerjs": "^0.906.2",
"uglify-js": "^2.4.24"
}
}