cheapskate
Version:
Low-budget user interface animation
34 lines (33 loc) • 741 B
JSON
{
"name": "cheapskate",
"version": "0.1.2",
"description": "Low-budget user interface animation",
"type": "module",
"module": "module/cheapskate.module.js",
"types": "module/cheapskate.d.ts",
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^10.7.3",
"rollup": "^4.21.3",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.6.2"
},
"scripts": {
"dev": "tsc && rollup --config",
"build": "tsc && rollup --config",
"test": "mocha"
},
"keywords": [
"cheap",
"relative",
"additive",
"animation"
],
"author": "Kevin Doughty",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kevindoughty/cheapskate.git"
},
"homepage": "https://gitlab.com/kevindoughty/cheapskate#readme"
}