]> zoso.dev Git - buffer.git/commitdiff
package.json formatting
authorFeross Aboukhadijeh <feross@feross.org>
Wed, 1 Jan 2014 01:12:08 +0000 (17:12 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Wed, 1 Jan 2014 01:12:08 +0000 (17:12 -0800)
package.json

index f860544261e273af44613af7a3e9f9496dc3c4f4..da1c28742e7a4968cb26c838243edf9d179ac36a 100644 (file)
@@ -12,9 +12,9 @@
     "browserify": "*",
     "tape": "*"
   },
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/feross/native-buffer-browserify.git"
+  "scripts": {
+    "test": "tape test/*.js",
+    "perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html"
   },
   "testling": {
     "files": "test/*.js",
       "ipad/6"
     ]
   },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/feross/native-buffer-browserify.git"
+  },
   "keywords": [
     "buffer",
     "browserify",
@@ -42,9 +46,5 @@
     "Romain Beauxis <toots@rastageeks.org>",
     "James Halliday <mail@substack.net>"
   ],
-  "scripts": {
-    "test": "tape test/*.js",
-    "perf": "cd perf/solo && browserify --debug bracket-notation.js > bundle.js && open index.html"
-  },
   "license": "MIT"
 }