123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "gulp-autoprefixer",
- "version": "5.0.0",
- "description": "Prefix CSS",
- "license": "MIT",
- "repository": "sindresorhus/gulp-autoprefixer",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4.5"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "gulpplugin",
- "autoprefixer",
- "postcss",
- "css",
- "prefix",
- "prefixes",
- "stylesheet",
- "preprocess",
- "postcss-runner"
- ],
- "dependencies": {
- "autoprefixer": "^8.0.0",
- "fancy-log": "^1.3.2",
- "plugin-error": "^1.0.1",
- "postcss": "^6.0.1",
- "through2": "^2.0.0",
- "vinyl-sourcemaps-apply": "^0.2.0"
- },
- "devDependencies": {
- "ava": "*",
- "gulp-sourcemaps": "^2.6.0",
- "p-event": "^1.1.0",
- "vinyl": "^2.1.0",
- "xo": "*"
- }
- }
|