-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "shortid",
"version": "2.2.13",
"description": "Amazingly short non-sequential url-friendly unique id generator.",
"main": "index.js",
"scripts": {
"build": "grunt build",
"test": "grunt test && size-limit"
},
"keywords": [
"short",
"tiny",
"id",
"uuid",
"bitly",
"shorten",
"mongoid",
"shortid",
"tinyid"
],
"homepage": "https://github.com/dylang/shortid",
"author": {
"name": "Dylan Greene",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/dylang/shortid.git"
},
"browser": {
"./lib/random/random-byte.js": "./lib/random/random-byte-browser.js",
"./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js"
},
"devDependencies": {
"chai": "^4.1.2",
"envify": "^4.1.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-release": "^0.14.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0",
"size-limit": "^0.19.2",
"time-grunt": "^1.2.1"
},
"license": "MIT",
"dependencies": {
"nanoid": "^1.0.7"
}
}