UNPKG

react-native-pins

Version:

Pins for displaying progress (active / non-active) with animation and feedback ⚫⚫⚪⚪⚪

48 lines (47 loc) 1.22 kB
{ "name": "react-native-pins", "version": "2.0.1", "description": "Pins for displaying progress (active / non-active) with animation and feedback ⚫⚫⚪⚪⚪", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "pre-commit": "lint-staged", "_postinstall": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/lukebrandonfarrell/react-native-pins.git" }, "author": "Luke Brandon Farrell", "license": "MIT", "bugs": { "url": "https://github.com/lukebrandonfarrell/react-native-pins/issues" }, "homepage": "https://github.com/lukebrandonfarrell/react-native-pins#readme", "keywords": [ "pin", "code", "screen", "lock", "number", "react-native", "android", "ios", "javascript", "pins", "pin-code", "pure-javascript", "progress-bar" ], "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "husky": "^6.0.0", "lint-staged": "^11.0.0", "pinst": "^2.1.6", "prettier": "^2.3.0", "semantic-release": "^17.4.3" } }