grunt-autoprefixer
Advanced tools
Comparing version 0.1.0 to 0.1.20130424
{ | ||
"name": "grunt-autoprefixer", | ||
"description": "Parse CSS and add prefixed properties and values by Can I Use database for actual browsers. Based on Autoprefixer.", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/nDmitry/grunt-autoprefixer", | ||
"author": { | ||
"name": "Dmitry Nikitenko", | ||
"email": "dima.nikitenko@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nDmitry/grunt-autoprefixer.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"main": "Gruntfile.js", | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.1.1", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-nodeunit": "~0.1.2", | ||
"grunt": "~0.4.0", | ||
"autoprefixer": "~0.2" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.0", | ||
"autoprefixer": "~0.2" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"autoprefixer" | ||
] | ||
"name": "grunt-autoprefixer", | ||
"description": "Parse CSS and add prefixed properties and values by Can I Use database for actual browsers. Based on Autoprefixer.", | ||
"version": "0.1.20130424", | ||
"homepage": "https://github.com/nDmitry/grunt-autoprefixer", | ||
"author": { | ||
"name": "Dmitry Nikitenko", | ||
"email": "dima.nikitenko@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nDmitry/grunt-autoprefixer.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"main": "Gruntfile.js", | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.1", | ||
"grunt-contrib-clean": "~0.4", | ||
"grunt-contrib-nodeunit": "~0.1", | ||
"grunt": "~0.4", | ||
"autoprefixer": "0.x" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.0", | ||
"autoprefixer": "0.x" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"prefix", | ||
"autoprefixer" | ||
] | ||
} |
@@ -45,6 +45,8 @@ # grunt-autoprefixer | ||
You can specify browsers actual for your project (by default, it’s | ||
`"last 2 versions"`): | ||
`'last 2 versions'`): | ||
```js | ||
autoprefixer.compile(css, ["last 1 version", "> 1%", "ie 8", "ie 7"]); | ||
options: { | ||
browsers: ['last 1 version', '> 1%', 'ie 8', 'ie 7'] | ||
} | ||
``` | ||
@@ -51,0 +53,0 @@ |
@@ -18,5 +18,3 @@ /* | ||
// Merge task-specific and/or target-specific options with these defaults. | ||
var options = this.options({ | ||
browsers: ['last 2 versions'] | ||
}); | ||
var options = this.options(); | ||
@@ -23,0 +21,0 @@ // Iterate over all specified file groups. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82
5907
4
36