forked from postcss/autoprefixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.27 KB
/
package.json
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
{
"name": "autoprefixer",
"version": "3.1.0",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": ["css", "prefix", "postprocessor", "postcss"],
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/autoprefixer.git"
},
"dependencies": {
"autoprefixer-core": "~3.1.0",
"es6-transpiler": "~0.7.17",
"fs-extra": "~0.11.1",
"postcss": "~2.2.4"
},
"devDependencies": {
"gulp-es6-transpiler": "1.0.0",
"gulp-json-editor": "2.0.2",
"jshint-stylish": "0.4.0",
"gulp-replace": "0.4.0",
"gulp-jshint": "1.8.4",
"gulp-mocha": "1.1.0",
"gulp-util": "3.0.1",
"fs-extra": "0.11.0",
"request": "2.42.0",
"should": "4.0.4",
"stylus": "0.48.1",
"mocha": "1.21.4",
"gulp": "3.8.8",
"nib": "1.0.3"
},
"bin": {
"autoprefixer": "autoprefixer"
},
"scripts": {
"test": "gulp"
}
}