follow-js
Version:
let elements follow your cursor.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "follow-js",
"version": "2.3.0",
"description": "let elements follow your cursor.",
"main": "dist/follow.es.min.js",
"types": "dist/dts/index.d.ts",
"exports": {
"browser": "./dist/follow.min.js",
"import": "./dist/follow.es.min.js",
"default": "./dist/follow.es.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwanner83/follow-js.git"
},
"keywords": [
"animation",
"js-animation",
"css-animation",
"ui",
"design",
"frontend"
],
"author": "Jonas Wanner",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwanner83/follow-js/issues"
},
"homepage": "https://jwanner83.github.io/follow-js/",
"devDependencies": {
"@rollup/plugin-typescript": "8.3.0",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"rollup": "2.67.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.1.0",
"tslib": "2.3.1",
"typescript": "4.5.5"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch"
}
}