forked from postcss/autoprefixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
41
42
43
44
{
"name": "autoprefixer",
"version": "6.3.6",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
"css",
"prefix",
"postcss",
"postcss-plugin"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/autoprefixer",
"dependencies": {
"postcss-value-parser": "^3.2.3",
"normalize-range": "^0.1.2",
"coffee-script": "1.10.0",
"num2fraction": "^1.2.2",
"browserslist": "~1.3.1",
"caniuse-db": "^1.0.30000444",
"postcss": "^5.0.19"
},
"devDependencies": {
"eslint-config-postcss": "2.0.2",
"vinyl-source-stream": "1.1.0",
"gulp-json-editor": "2.2.1",
"gulp-replace": "0.5.4",
"gulp-eslint": "2.0.0",
"gulp-coffee": "2.3.2",
"gulp-mocha": "2.2.0",
"browserify": "13.0.0",
"fs-extra": "0.26.7",
"should": "8.3.0",
"mocha": "2.4.5",
"gulp": "3.9.1"
},
"scripts": {
"test": "gulp"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
}
}