package.json 1.79 KB
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
{
  "name": "gulp-autoprefixer",
  "version": "1.0.1",
  "description": "Prefix CSS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/gulp-autoprefixer"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "autoprefixer",
    "postcss",
    "css",
    "prefix",
    "prefixes",
    "stylesheet",
    "preprocess"
  ],
  "dependencies": {
    "autoprefixer-core": "^3.0.1",
    "gulp-util": "^3.0.0",
    "object-assign": "^1.0.0",
    "through2": "^0.6.2",
    "vinyl-sourcemaps-apply": "^0.1.3"
  },
  "devDependencies": {
    "gulp-sourcemaps": "^1.1.1",
    "mocha": "*"
  },
  "gitHead": "fd6fb56029630a938641fcde8933ccb36732132d",
  "bugs": {
    "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
  },
  "homepage": "https://github.com/sindresorhus/gulp-autoprefixer",
  "_id": "gulp-autoprefixer@1.0.1",
  "_shasum": "e42b00d59733dda44c3f201dd21e4dcb4da84733",
  "_from": "gulp-autoprefixer@^1.0.1",
  "_npmVersion": "2.0.0",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "battaglr",
      "email": "lucianobattagliero+npm@gmail.com"
    }
  ],
  "dist": {
    "shasum": "e42b00d59733dda44c3f201dd21e4dcb4da84733",
    "tarball": "http://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-1.0.1.tgz",
  "readme": "ERROR: No README data found!"
}