UNPKG

891 BJSONView Raw
1{
2 "name": "shortid",
3 "version": "2.1.3",
4 "description": "Amazingly short non-sequential url-friendly unique id generator.",
5 "main": "lib/shortid.js",
6 "scripts": {
7 "test": "grunt test"
8 },
9 "keywords": [
10 "short",
11 "tiny",
12 "id",
13 "uuid",
14 "bitly",
15 "shorten",
16 "mongoid",
17 "shortid",
18 "tinyid"
19 ],
20 "homepage": "https://github.com/dylang/shortid",
21 "author": {
22 "name": "Dylan Greene",
23 "email": "dylang@gmail.com"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/dylang/shortid"
28 },
29 "devDependencies": {
30 "chai": "^1.9.1",
31 "grunt": "^0.4.5",
32 "grunt-contrib-jshint": "^0.10.0",
33 "grunt-mocha-test": "^0.12.2",
34 "grunt-notify": "^0.4.1",
35 "grunt-release": "^0.7.0",
36 "grunt-templates-dylang": "^1.0.1",
37 "load-grunt-tasks": "^1.0.0",
38 "time-grunt": "^1.0.0"
39 },
40 "license": "MIT"
41}