Projekt

Obecné

Profil

Stáhnout (549 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "gud",
3
  "version": "1.0.0",
4
  "description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
5
  "main": "index.js",
6
  "repository": "https://github.com/jamiebuilds/global-unique-id",
7
  "author": "Jamie Kyle <me@thejameskyle.com>",
8
  "license": "MIT",
9
  "keywords": [
10
    "global",
11
    "unique",
12
    "id",
13
    "identifier",
14
    "number",
15
    "uuid",
16
    "uid"
17
  ],
18
  "files": [
19
    "index.js"
20
  ],
21
  "scripts": {
22
    "test": "ava"
23
  },
24
  "devDependencies": {
25
    "ava": "^0.25.0",
26
    "flow-bin": "^0.66.0"
27
  }
28
}
(3-3/3)