UNPKG

superfly-css-task-build

Version:
47 lines (46 loc) 1.22 kB
{ "name": "superfly-css-task-build", "version": "0.3.2", "description": "Build task for superfly-css modules", "main": "src/main/js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/superfly-css/superfly-css-task-build.git" }, "keywords": [ "gulp", "js", "css", "superfly-css", "task", "build" ], "author": "Ole Ersoy", "license": "MIT", "bugs": { "url": "https://github.com/superfly-css/superfly-css-task-build/issues" }, "homepage": "https://github.com/superfly-css/superfly-css-task-build#readme", "dependencies": { "autoprefixer": "^6.7.7", "gulp-postcss": "^6.4.0", "postcss-apply": "^0.6.1", "postcss-calc": "^5.3.1", "postcss-color-function": "^3.0.0", "postcss-custom-media": "^5.0.1", "postcss-custom-properties": "^5.0.2", "postcss-each": "^0.9.3", "postcss-font-magician": "^1.6.1", "postcss-for": "^2.1.1", "postcss-import": "^9.1.0", "postcss-reporter": "^3.0.0", "postcss-sass-color-functions": "^1.1.0", "superfly-css-pli": "0.0.9" }, "peerDependencies": { "gulp": "3.x" } }