You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
376 B
17 lines
376 B
3 years ago
|
{
|
||
|
"name": "tippy-headless",
|
||
|
"private": true,
|
||
|
"version": "0.1.0",
|
||
|
"description": "Headless rendering for Tippy.js",
|
||
|
"types": "../index.d.ts",
|
||
|
"main": "dist/tippy-headless.cjs.js",
|
||
|
"module": "dist/tippy-headless.esm.js",
|
||
|
"unpkg": "dist/tippy-headless.umd.min.js",
|
||
|
"sideEffects": false,
|
||
|
"files": [
|
||
|
"dist/"
|
||
|
],
|
||
|
"author": "atomiks",
|
||
|
"license": "MIT"
|
||
|
}
|