1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "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": {
- "type": "git",
- "url": "https://github.com/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"
- },
- "gitHead": "e30d2c5bfda027e1e196a640010e05aabca329c6",
- "bugs": {
- "url": "https://github.com/nDmitry/grunt-autoprefixer/issues"
- },
- "homepage": "https://github.com/nDmitry/grunt-autoprefixer",
- "_id": "grunt-autoprefixer@2.2.0",
- "_shasum": "cc56d9faf83fb9a7231ab3c618a385ce2b84e11b",
- "_from": "grunt-autoprefixer@*",
- "_npmVersion": "2.1.16",
- "_nodeVersion": "0.10.35",
- "_npmUser": {
- "name": "weiss",
- "email": "dima.nikitenko@gmail.com"
- },
- "maintainers": [
- {
- "name": "weiss",
- "email": "dima.nikitenko@gmail.com"
- }
- ],
- "dist": {
- "shasum": "cc56d9faf83fb9a7231ab3c618a385ce2b84e11b",
- "tarball": "http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz"
- }
|