diff --git a/package.json b/package.json index 9c266504..8b9f1157 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "elliptic": "^6.3.2", "multihashing": "^0.2.1", "node-forge": "^0.6.39", - "protocol-buffers": "^3.1.6" + "protocol-buffers": "^3.1.6", + "brfs": "^1.4.3" }, "devDependencies": { "aegir": "^8.0.0", @@ -42,6 +43,11 @@ "engines": { "node": "^4.0.0" }, + "browserify": { + "transform": [ + "brfs" + ] + }, "repository": { "type": "git", "url": "https://github.com/ipfs/js-libp2p-crypto.git" @@ -56,4 +62,4 @@ "Richard Littauer ", "greenkeeperio-bot " ] -} \ No newline at end of file +}