UNPKG

creepyface

Version:

Creepyface is a little JavaScript library that makes your face look at the pointer.

65 lines (64 loc) 1.91 kB
{ "name": "creepyface", "version": "8.2.1", "main": "dist/creepyface.umd.js", "types": "dist/creepyface.d.ts", "author": "Alejandro Tardín <alejandro@tardin.com>", "homepage": "https://creepyface.io", "license": "MIT", "repository": "https://github.com/4lejandrito/creepyface/tree/master/packages/creepyface", "funding": "https://github.com/4lejandrito/creepyface?sponsor=1", "keywords": [ "face", "look", "mouse", "pointer", "finger", "follow", "creepy" ], "files": [ "dist" ], "devDependencies": { "@babel/core": "^7.18.13", "@babel/preset-env": "^7.18.10", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^29.0.0", "@types/throttle-debounce": "^5.0.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "^29.0.1", "cypress": "^10.7.0", "eslint": "^8.23.0", "jest": "^29.0.1", "jest-environment-jsdom": "^29.0.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.79.0", "rollup-plugin-browsersync": "^1.3.3", "rollup-plugin-typescript2": "^0.33.0", "rollup-plugin-uglify": "^6.0.4", "simulate-event": "^1.4.0", "standard": "^17.0.0", "throttle-debounce": "^5.0.0", "ts-jest": "^28.0.8", "tslint": "^6.1.3", "tslint-config-prettier": "^1.17.0", "tslint-config-standard": "^9.0.0", "typescript": "^4.8.4" }, "scripts": { "all": "run-s clean lint build test", "prepublishOnly": "yarn all", "dev": "rollup -c -w", "lint": "tslint --project tsconfig.json", "build": "NODE_ENV=production rollup -c && cp src/types.d.ts dist/creepyface.d.ts", "clean": "rimraf dist", "test": "run-s test:*", "test:integration": "cypress run", "test:unit": "jest --coverage" }, "gitHead": "331fe65b934932cb6652fe19179f7b5aebc84bcc" }