mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "jss-plugin-vendor-prefixer",
|
|
"description": "JSS plugin that handles vendor prefixes in the browser",
|
|
"version": "10.7.1",
|
|
"license": "MIT",
|
|
"homepage": "https://cssinjs.org/jss-plugin-vendor-prefixer",
|
|
"main": "dist/jss-plugin-vendor-prefixer.cjs.js",
|
|
"module": "dist/jss-plugin-vendor-prefixer.esm.js",
|
|
"unpkg": "dist/jss-plugin-vendor-prefixer.bundle.js",
|
|
"sideEffects": false,
|
|
"typings": "./src/index.d.ts",
|
|
"author": "JSS Team",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cssinjs/jss"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-plugin-vendor-prefixer]"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"!*.test.*"
|
|
],
|
|
"keywords": [
|
|
"cssinjs",
|
|
"jss",
|
|
"plugin",
|
|
"vendor",
|
|
"prefixer"
|
|
],
|
|
"scripts": {
|
|
"build": "node ../../scripts/build.js",
|
|
"check-snapshot": "node ../../scripts/match-snapshot.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"css-vendor": "^2.0.8",
|
|
"jss": "10.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"jss-plugin-rule-value-function": "10.7.1"
|
|
},
|
|
"gitHead": "2b54776c03d97a3bccbbcb28b63508f74103ebbc"
|
|
}
|