UNPKG

916 BJSONView Raw
1{
2 "name": "shortid",
3 "version": "2.0.0",
4 "description": "Amazingly short non-sequential url-friendly unique id generator.",
5 "keywords": [
6 "short",
7 "tiny",
8 "id",
9 "uuid",
10 "bitly",
11 "shorten",
12 "mongoid",
13 "shortid",
14 "tinyid"
15 ],
16 "homepage": "http://github.com/dylang/shortid",
17 "author": "Dylan Greene <dylang@gmail.com>",
18 "repository": {
19 "type": "git",
20 "url": "http://github.com/dylang/shortid"
21 },
22 "bugs": {
23 "mail": "dylang@gmail.com",
24 "url": "http://github.com/dylang/shortid/issues"
25 },
26 "dependencies": {},
27 "devDependencies": {
28 "chai": "~1.7.2",
29 "mocha": "~1.12.0"
30 },
31 "main": "shortid.js",
32 "engines": {
33 "node": ">=0.8.x"
34 },
35 "scripts": {
36 "test": "./node_modules/.bin/mocha --reporter spec"
37 },
38 "licenses": [
39 {
40 "type": "MIT",
41 "url": "https://raw.github.com/dylang/shortid/master/LICENSE"
42 }
43 ]
44}