123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "grunt-autoprefixer",
- "version": "2.2.0",
- "description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
- "author": {
- "name": "Dmitry Nikitenko",
- "email": "dima.nikitenko@gmail.com"
- },
- "repository": "nDmitry/grunt-autoprefixer",
- "license": "MIT",
- "engines": {
- "node": ">= 0.10.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "keywords": [
- "gruntplugin",
- "css",
- "postprocessor",
- "prefix",
- "autoprefixer"
- ],
- "files": [
- "tasks",
- "LICENSE"
- ],
- "dependencies": {
- "autoprefixer-core": "^5.0.0",
- "diff": "~1.2.1",
- "chalk": "~0.5.0"
- },
- "devDependencies": {
- "grunt": "~0.4.4",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-nodeunit": "~0.4.0",
- "grunt-contrib-copy": "~0.7.0",
- "load-grunt-tasks": "~2.0.0",
- "time-grunt": "~1.0.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.2"
- }
- }
|