dots-animation
Version:
simple module for filling your html container with fancy responsive dots animation
55 lines (54 loc) • 1.85 kB
JSON
{
"name": "dots-animation",
"version": "0.2.11",
"description": "simple module for filling your html container with fancy responsive dots animation",
"main": "dist/index.umd.min.js",
"module": "dist/index.esm.min.js",
"types": "dist/index.d.ts",
"scripts": {
"buildts": "tsc",
"buildru": "rollup -c",
"build": "tsc && rollup -c && dts-bundle-generator -o dist/index.d.ts src/dots-animation.ts",
"start": "npm run build && copyfiles -f ./dist/index.umd.min.js ./demo && lite-server -c ls-config.json",
"ppublish": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yermolim/dots-animation.git"
},
"keywords": [
"web",
"front-end",
"responsive",
"typescript",
"animation",
"background",
"customizable"
],
"author": "Volodymyr Yermolenko <yermolim@gmail.com> (https://github.com/yermolim)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yermolim/dots-animation/issues"
},
"homepage": "https://github.com/yermolim/dots-animation#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-strip": "^2.0.1",
"@rollup/plugin-typescript": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"copyfiles": "^2.4.1",
"dts-bundle-generator": "^5.9.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"lite-server": "^2.6.1",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
}
}