Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json « node-uuid « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1656dc8197a3412f4ab87200a8becff1a804ead7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "node-uuid",
  "version": "1.4.3",
  "homepage": "https://github.com/broofa/node-uuid",
  "authors": [
    "Robert Kieffer <robert@broofa.com>"
  ],
  "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  "main": "uuid.js",
  "keywords": [
    "uuid",
    "gid",
    "rfc4122"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}