From 1f874bbb48698c20338500841f9261ebc323fa24 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 25 Nov 2016 11:54:31 -0800 Subject: [PATCH] delete component.json --- component.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 component.json diff --git a/component.json b/component.json deleted file mode 100644 index 56e7bb3e..00000000 --- a/component.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "node-uuid", - "repo": "broofa/node-uuid", - "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.", - "version": "1.4.7", - "author": "Robert Kieffer ", - "contributors": [ - { - "name": "Christoph Tavan ", - "github": "https://github.com/ctavan" - } - ], - "keywords": [ - "uuid", - "guid", - "rfc4122" - ], - "dependencies": {}, - "development": {}, - "main": "uuid.js", - "scripts": [ - "uuid.js" - ], - "license": "MIT" -}