latest changes

This commit is contained in:
Dobie Wollert
2014-12-15 02:36:41 -05:00
parent b35bb3f1d5
commit 966152a631
57 changed files with 6842 additions and 42 deletions

18
node_modules/node-uuid/component.json generated vendored Normal file
View File

@ -0,0 +1,18 @@
{
"name": "node-uuid",
"repo": "broofa/node-uuid",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"version": "1.4.0",
"author": "Robert Kieffer <robert@broofa.com>",
"contributors": [
{"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
],
"keywords": ["uuid", "guid", "rfc4122"],
"dependencies": {},
"development": {},
"main": "uuid.js",
"scripts": [
"uuid.js"
],
"license": "MIT"
}