{ "name": "reference-map", "version": "1.1.0", "description": "This is a simple determinstic map that maps POJOs to an integer", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node --expose-wasm --harmony ./tests/index.js" }, "author": "mjbecze ", "license": "MPL-2.0", "standard": { "globals": [ "WebAssembly" ] }, "keywords": [ "map" ], "repository": { "type": "git", "url": "git@github.com:wanderer/referenceMap.git" }, "bugs": { "url": "https://github.com/wanderer/referenceMap/issues" }, "devDependencies": { "coveralls": "^3.0.0", "nyc": "^11.3.0", "standard": "^10.0.3", "tape": "^4.8.0" } }