]> zoso.dev Git - buffer.git/commitdiff
native-buffer-browserify
authorFeross Aboukhadijeh <feross@feross.org>
Mon, 18 Nov 2013 14:20:04 +0000 (06:20 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Mon, 18 Nov 2013 14:20:04 +0000 (06:20 -0800)
README.md
package.json

index a9ca9ee200813eb87fc601c3854d11c68d53eedf..6c8414ae5ec27a1fec827d1b9302284d49c2f54c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-buffer-browserify-fast
+native-buffer-browserify
 ===============
 
-The buffer module from [node.js](http://nodejs.org/), but for browsers.
+The buffer module from [node.js](http://nodejs.org/), but for browsers. This is a fork of [buffer-browserify](https://github.com/toots/buffer-browserify).
 
 When you `require('buffer')` in
 [browserify](http://github.com/substack/node-browserify),
@@ -9,7 +9,6 @@ this module will be loaded.
 
 It will also be loaded if you use the global `Buffer` variable.
 
-
 ## Features
 
 - Backed by `ArrayBuffer` (not `Object`, so it's fast)
index 0ed7c613a279066f2751d73f7b9a5024b683b030..57ebd74a03588ed043e78dce6e9b1ceea73fd17f 100644 (file)
@@ -1,12 +1,8 @@
 {
-  "name": "buffer-browserify-fast",
+  "name": "native-buffer-browserify",
   "version": "0.3.0",
   "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)",
   "main": "index.js",
-  "browserify": "index.js",
-  "directories": {
-    "test": "test"
-  },
   "dependencies": {
     "base64-js": "0.0.4",
     "buffer-browserify": "~0.2.2"
@@ -19,7 +15,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "http://github.com/feross/buffer-browserify-fast.git"
+    "url": "git://github.com/feross/native-buffer-browserify.git"
   },
   "testling": {
     "files": "test/*.js",
@@ -50,7 +46,7 @@
   "scripts": {
     "test": "tape test/*.js"
   },
-  "license": "MIT/X11",
+  "license": "MIT",
   "engine": {
     "node": ">=0.6"
   }