UNPKG

react-native-unique-id

Version:
35 lines (34 loc) 959 B
{ "name": "react-native-unique-id", "version": "2.0.0", "description": "generates a guid and stores it in the async store", "main": "index.js", "scripts": { "test": "node ./node_modules/standard/bin/cmd.js && ./node_modules/tape/bin/tape ./tests/**/*.js | ./node_modules/faucet/bin/cmd.js", "updtr": "updtr --save-exact" }, "repository": { "type": "git", "url": "git+https://github.com/stockulus/react-native-unique-id.git" }, "keywords": [ "guid", "asyncstorage", "unique-id" ], "author": "Christoph Stock (@stockulus)", "license": "MIT", "bugs": { "url": "https://github.com/stockulus/react-native-unique-id/issues" }, "homepage": "https://github.com/stockulus/react-native-unique-id#readme", "dependencies": { "@react-native-community/async-storage": "1.5.0", "polygoat": "1.1.4" }, "devDependencies": { "faucet": "0.0.1", "standard": "12.0.1", "tape": "4.11.0" } }