"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",
"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"
}