forked from robinweser/fela
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 873 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
37
38
{
"name": "fela-plugin-prefixer",
"version": "11.3.0",
"description": "Fela plugin to add vendor prefixes",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"sideEffects": false,
"scripts": {
"build:umd": "webpack --config webpack.config.js"
},
"files": [
"LICENSE",
"README.md",
"lib/**",
"es/**",
"umd/**"
],
"repository": "https://github.com/robinweser/fela/",
"keywords": [
"fela",
"fela-plugin",
"vendor prefixing",
"prefixer",
"autoprefixer",
"cssinjs"
],
"author": "Robin Frischmann",
"license": "MIT",
"dependencies": {
"css-in-js-utils": "^3.0.0",
"fast-loops": "^1.0.0",
"fela-plugin-fallback-value": "^11.3.0",
"inline-style-prefixer": "^5.1.0",
"isobject": "^3.0.1"
},
"gitHead": "e1a48f5d72623a0f95084dc07998dd85aa175bd1"
}