-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.29 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
{
"name": "personid",
"version": "2.2.15",
"description": "Amazingly human-friendly unique id generator.",
"main": "index.js",
"scripts": {
"build": "grunt build",
"test": "grunt test && size-limit"
},
"keywords": [
"human",
"humanid",
"human-id",
"person",
"personid",
"short",
"tiny",
"id",
"uuid",
"bitly",
"shorten",
"mongoid",
"shortid",
"tinyid"
],
"author": "Andrew Grosser <[email protected]>",
"repository": "dioptre/personid",
"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": {
"@size-limit/preset-small-lib": "^2.1.3",
"chai": "^4.2.0",
"clean-publish": "^1.1.2",
"envify": "^4.1.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"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",
"time-grunt": "^1.2.1"
},
"license": "MIT",
"dependencies": {
"nanoid": "^2.1.0"
}
}