UNPKG

783 BJSONView Raw
1{
2 "name": "cuid",
3 "version": "1.2.4",
4 "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",
5 "author": {
6 "name": "Eric Elliott",
7 "email": "eric@ericleads.com",
8 "url": "http://ericleads.com"
9 },
10 "main": "./dist/node-cuid.js",
11 "browserify": "./dist/browser-cuid.js",
12 "keywords": [
13 "uid",
14 "unique id",
15 "guid",
16 "uuid"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/dilvie/cuid.git"
21 },
22 "directories": {
23 "dist": "./dist",
24 "lib": "./lib",
25 "src": "./src",
26 "test": "./test"
27 },
28 "devDependencies": {
29 "applitude": "~0.x.x",
30 "grunt": "~0.3.x"
31 },
32 "scripts": {
33 "test": "grunt test"
34 },
35 "engines": {
36 "node": "~0.x.x"
37 }
38}