forked from esundahl/metalsmith-autoprefixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 843 Bytes
/
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
{
"name": "metalsmith-autoprefixer",
"version": "1.1.0",
"description": "metalsmith autoprefixer plugin",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/esundahl/metalsmith-autoprefixer"
},
"keywords": [
"metalsmith",
"autoprefixer"
],
"author": "Erik Sundahl",
"license": "MIT",
"bugs": {
"url": "https://github.com/esundahl/metalsmith-autoprefixer/issues"
},
"homepage": "https://github.com/esundahl/metalsmith-autoprefixer",
"peerDependency": {
"autoprefixer": "*"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"minimatch": "^5.0.1",
"postcss": "^8.4.7"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^2.4.2",
"mocha": "^9.2.1"
}
}