UNPKG

1.34 kBJSONView Raw
1{
2 "name": "shortid",
3 "version": "2.2.6",
4 "description": "Amazingly short non-sequential url-friendly unique id generator.",
5 "main": "index.js",
6 "scripts": {
7 "build": "grunt build",
8 "test": "grunt test",
9 "readme": "grunt repos readme"
10 },
11 "keywords": [
12 "short",
13 "tiny",
14 "id",
15 "uuid",
16 "bitly",
17 "shorten",
18 "mongoid",
19 "shortid",
20 "tinyid"
21 ],
22 "homepage": "https://github.com/dylang/shortid",
23 "author": {
24 "name": "Dylan Greene",
25 "email": "dylang@gmail.com"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/dylang/shortid.git"
30 },
31 "browser": {
32 "./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js",
33 "./lib/random/random-byte.js": "./lib/random/random-byte-browser.js"
34 },
35 "devDependencies": {
36 "chai": "^3.3.0",
37 "envify": "^3.4.0",
38 "grunt": "^0.4.5",
39 "grunt-cli": "^0.1.13",
40 "grunt-browserify": "^3.6.0",
41 "grunt-contrib-concat": "^0.5.1",
42 "grunt-contrib-jshint": "^0.11.3",
43 "grunt-contrib-uglify": "^0.9.2",
44 "grunt-mocha-test": "^0.12.7",
45 "grunt-notify": "^0.4.1",
46 "grunt-open": "^0.2.3",
47 "grunt-release": "^0.13.0",
48 "grunt-templates-dylang": "^1.0.10",
49 "load-grunt-tasks": "^3.3.0",
50 "mocha": "^2.3.3",
51 "time-grunt": "^1.2.1"
52 },
53 "license": "MIT"
54}