mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
21 lines
553 B
JSON
21 lines
553 B
JSON
{
|
|
"name": "@emotion/unitless",
|
|
"version": "0.7.5",
|
|
"description": "An object of css properties that don't accept values with units",
|
|
"main": "dist/unitless.cjs.js",
|
|
"module": "dist/unitless.esm.js",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/unitless",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"browser": {
|
|
"./dist/unitless.cjs.js": "./dist/unitless.browser.cjs.js",
|
|
"./dist/unitless.esm.js": "./dist/unitless.browser.esm.js"
|
|
}
|
|
}
|