diff options
Diffstat (limited to 'node_modules/bytes/package.json')
-rw-r--r-- | node_modules/bytes/package.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json deleted file mode 100644 index 76e0bff..0000000 --- a/node_modules/bytes/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "bytes", - "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", - "description": "byte size string parser / serializer", - "repository": { - "type": "git", - "url": "https://github.com/visionmedia/bytes.js.git" - }, - "version": "1.0.0", - "main": "index.js", - "dependencies": {}, - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "component": { - "scripts": { - "bytes/index.js": "index.js" - } - } -} |