From: Feross Aboukhadijeh Date: Mon, 3 Feb 2014 08:58:49 +0000 (-0800) Subject: fixpack X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=a50c3f8220b3e59353cfcf00362b9f20b90aabab;p=buffer.git fixpack --- diff --git a/package.json b/package.json index 836b861..c9c9bf4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,15 @@ { "name": "native-buffer-browserify", - "version": "2.1.0", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", - "main": "index.js", + "version": "2.1.0", + "author": "Feross Aboukhadijeh (http://feross.org/)", + "bugs": { + "url": "https://github.com/feross/native-buffer-browserify/issues" + }, + "contributors": [ + "Romain Beauxis ", + "James Halliday " + ], "dependencies": { "base64-js": "~0.0.4", "ieee754": "~1.1.1" @@ -12,6 +19,22 @@ "browserify": "3.x", "tape": "*" }, + "homepage": "http://feross.org", + "keywords": [ + "buffer", + "browserify", + "compatible", + "browser", + "arraybuffer", + "uint8array", + "dataview" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/feross/native-buffer-browserify.git" + }, "scripts": { "test": "tape test/*.js", "prepublish": "./bundle.sh", @@ -28,24 +51,5 @@ "iphone/6", "ipad/6" ] - }, - "repository": { - "type": "git", - "url": "git://github.com/feross/native-buffer-browserify.git" - }, - "keywords": [ - "buffer", - "browserify", - "compatible", - "browser", - "arraybuffer", - "uint8array", - "dataview" - ], - "author": "Feross Aboukhadijeh (http://feross.org/)", - "contributors": [ - "Romain Beauxis ", - "James Halliday " - ], - "license": "MIT" -} + } +} \ No newline at end of file