UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

52 lines 1.15 kB
{ "name": "postcss", "version": "5.0.0", "description": "Tool for transforming styles with JS plugins", "keywords": [ "css", "postcss", "rework", "preprocessor", "parser", "source map", "transform", "manipulation", "transpiler" ], "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/postcss/postcss.git" }, "dependencies": { "supports-color": "^3.1.0", "source-map": "^0.4.4", "js-base64": "^2.1.9" }, "devDependencies": { "concat-with-sourcemaps": "1.0.2", "postcss-parser-tests": "5.0.0", "gulp-json-editor": "2.2.1", "babel-eslint": "4.0.10", "gulp-eslint": "1.0.0", "gulp-babel": "5.2.0", "gulp-mocha": "2.1.3", "strip-ansi": "3.0.0", "yaspeller": "2.5.0", "gulp-util": "3.0.6", "gulp-run": "1.6.10", "fs-extra": "0.23.1", "eslint": "1.1.0", "sinon": "1.15.4", "mocha": "2.2.5", "gulp": "3.9.0", "chai": "3.2.0", "del": "1.2.1", "babel-core": "5.8.22" }, "scripts": { "test": "gulp" }, "main": "lib/postcss" }