UNPKG

786 BJSONView Raw
1{
2 "name": "css-mqpacker",
3 "description": "Pack same CSS media query rules into one media query rule.",
4 "version": "2.0.0",
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.git"
12 },
13 "keywords": [
14 "css",
15 "optimization",
16 "mediaquery",
17 "media",
18 "query",
19 "sourcemap",
20 "source",
21 "map",
22 "postcss"
23 ],
24 "author": "Kyo Nagashima <kyo@hail2u.net> (http://hail2u.net/)",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/hail2u/node-css-mqpacker/issues"
28 },
29 "homepage": "https://github.com/hail2u/node-css-mqpacker",
30 "dependencies": {
31 "postcss": "^3.0.0"
32 },
33 "devDependencies": {
34 "nodeunit": "^0.9.0"
35 }
36}