Warning, /plasma/aura-browser/app/third-party/bloom-filter-cpp/package.json is written in an unsupported language. File is not indexed.

0001 {
0002   "name": "bloom-filter-cpp",
0003   "main": "./build/Release/bloom-filter-cpp",
0004   "version": "1.2.1",
0005   "description": "",
0006   "directories": {
0007     "test": "test"
0008   },
0009   "dependencies": {},
0010   "devDependencies": {},
0011   "scripts": {
0012     "build": "make",
0013     "test": "make test",
0014     "sample": "make sample",
0015     "lint": "./scripts/cpplint.py",
0016     "install": "node-gyp rebuild"
0017   },
0018   "repository": {
0019     "type": "git",
0020     "url": "git+https://github.com/bbondy/bloom-filter-cpp.git"
0021   },
0022   "author": "Brian R. Bondy <netzen@gmail.com> (http://www.brianbondy.com)",
0023   "license": "MPL-2.0",
0024   "gypfile": true,
0025   "bugs": {
0026     "url": "https://github.com/bbondy/bloom-filter-cpp/issues"
0027   },
0028   "homepage": "https://github.com/bbondy/bloom-filter-cpp#readme",
0029   "pre-commit": [
0030     "lint"
0031   ]
0032 }