UNPKG

xid-js

Version:

unique id generator for Node.js

30 lines (29 loc) 546 B
{ "name": "xid-js", "version": "1.0.1", "description": "unique id generator for Node.js", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/xaviiic/xid-js.git" }, "scripts": { "test": "jest", "test:watch": "npm test -- --watch", "test:coverage": "npm test -- --coverage" }, "files": [ "index.js", "lib" ], "keywords": [ "xid", "object-id", "mongodb-id" ], "author": "xaviiic", "license": "MIT", "devDependencies": { "jest": "^17.0.3" } }