-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.62 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
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
{
"author": "gucong3000",
"bugs": {
"url": "https://github.com/gucong3000/postcss-unprefix/issues"
},
"peerDependencies": {
"postcss": ">=5.0.0"
},
"dependencies": {
"autoprefixer": "^9.4.3",
"known-css-properties": "^0.11.0",
"normalize-range": "^0.1.2",
"postcss-selector-parser": "^5.0.0",
"postcss-value-parser": "^3.3.1",
"pseudo-classes": "^1.0.0",
"pseudo-elements": "^1.1.0"
},
"description": "Unprefixes vendor prefixes in legacy CSS.",
"devDependencies": {
"codecov": "^3.1.0",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"postcss": "^7.0.7",
"postcss-less": "^3.1.0",
"postcss-reporter": "^6.0.1",
"stylelint": "^9.9.0"
},
"homepage": "https://github.com/gucong3000/postcss-unprefix#readme",
"keywords": [
"postcss",
"prefix",
"unprefix",
"clear",
"clean",
"remove"
],
"license": "MIT",
"main": "./lib/index",
"name": "postcss-unprefix",
"nyc": {
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"reporter": [
"lcov",
"text"
],
"cache": true,
"all": true,
"check-coverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-unprefix.git"
},
"scripts": {
"report-coverage": "codecov",
"pretest": "eslint lib test",
"test": "nyc mocha --no-timeouts"
},
"version": "2.1.4"
}