source: trip-planner-front/node_modules/postcss-media-minmax/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 732 bytes
Line 
1{
2 "name": "postcss-media-minmax",
3 "version": "4.0.0",
4 "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
5 "scripts": {
6 "test": "tape test",
7 "release": "npmpub"
8 },
9 "repository": "https://github.com/postcss/postcss-media-minmax.git",
10 "keywords": [
11 "css",
12 "css3",
13 "postcss",
14 "postcss-plugin",
15 "media querie",
16 "media queries"
17 ],
18 "author": "yisi",
19 "license": "MIT",
20 "files": [
21 "CHANGELOG.md",
22 "README.md",
23 "README-zh.md",
24 "LICENSE",
25 "index.js"
26 ],
27 "engines": {
28 "node": ">=6.0.0"
29 },
30 "dependencies": {
31 "postcss": "^7.0.2"
32 },
33 "devDependencies": {
34 "npmpub": "^4.1.0",
35 "tape": "^4.9.1"
36 }
37}
Note: See TracBrowser for help on using the repository browser.