UNPKG

853 BJSONView Raw
1{
2 "name": "gulp-autoprefixer",
3 "version": "0.0.9",
4 "description": "Autoprefixer for gulp.",
5 "author": {
6 "name": "Michael Ostermann",
7 "email": "metrime@icloud.com"
8 },
9 "contributors": [
10 {
11 "name": "Luciano Battagliero",
12 "email": "hi@lucianobattagliero.com"
13 }
14 ],
15 "main": "index.js",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/metrime/gulp-autoprefixer"
19 },
20 "bugs": {
21 "url": "https://github.com/metrime/gulp-autoprefixer/issues"
22 },
23 "keywords": [
24 "css",
25 "gulpplugin",
26 "prefix",
27 "rework"
28 ],
29 "dependencies": {
30 "autoprefixer": "^2.2.0",
31 "bufferstreams": "^0.0.2",
32 "gulp-util": "^2.2.17"
33 },
34 "devDependencies": {
35 "event-stream": "^3.1.0",
36 "mocha": "*",
37 "should": "*"
38 },
39 "license": "MIT",
40 "engines": {
41 "node": ">=0.10.0"
42 }
43}