{ "name": "oldie", "version": "1.3.0", "description": "Transform CSS into something compatible with older Internet Explorer", "keywords": [ "postcss", "css", "postcss-plugin", "mqs", "medias", "query", "queries", "opacity", "opacities", "filters", "-ms-filters", "ms", "prefixes", "pixels", "rems", "nots", "selectors" ], "author": "Jonathan Neal ", "license": "CC0-1.0", "repository": { "type": "git", "url": "https://github.com/jonathantneal/oldie.git" }, "bugs": { "url": "https://github.com/jonathantneal/oldie/issues" }, "homepage": "https://github.com/jonathantneal/oldie", "dependencies": { "object-assign": "^4.0.1", "pixrem": "^3.0.0", "postcss": "^5.0.9", "postcss-calc": "^5.0.0", "postcss-pseudoelements": "^3.0.0", "postcss-unmq": "^1.0.0", "postcss-unnot": "^1.0.1", "postcss-unnth": "^1.0.1", "postcss-unopacity": "^1.0.0", "postcss-unrgba": "^1.1.0", "postcss-unroot": "^1.0.0" }, "devDependencies": { "eslint": "^1.6.0", "tap-spec": "^4.1.0", "tape": "^4.2.1" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "test-fixtures": "tape test/*.js | tap-spec", "test": "npm run lint && npm run test-fixtures" }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }