{ "name": "bser", "version": "1.0.0", "description": "JavaScript implementation of the BSER Binary Protocol", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node test/bser.js" }, "repository": { "type": "git", "url": "https://github.com/facebook/bser.js" }, "keywords": [ "bser", "binary", "protocol" ], "author": "wez", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/facebook/bser.js/issues" }, "homepage": "https://github.com/facebook/bser.js", "dependencies": { "node-int64": "^0.4.0" } }