UNPKG

740 BJSONView Raw
1{
2 "name": "css-mqpacker",
3 "description": "Pack same CSS media query rules into one media query rule.",
4 "version": "0.1.3",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodeunit test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/hail2u/node-css-mqpacker"
12 },
13 "keywords": [
14 "css",
15 "optimization",
16 "mediaquery",
17 "media",
18 "query",
19 "postcss"
20 ],
21 "author": "Kyo Nagashima <kyo@hail2u.net> (http://hail2u.net/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/hail2u/node-css-mqpacker/issues"
25 },
26 "homepage": "https://github.com/hail2u/node-css-mqpacker",
27 "dependencies": {
28 "postcss": "^1.0.0"
29 },
30 "devDependencies": {
31 "nodeunit": "^0.9.0"
32 }
33}