{ "name": "reference-map", "version": "0.0.0", "description": "This is a simple determinstic map that maps POJOs to an integer", "main": "index.js", "scripts": { "coverage": "node --expose-wasm --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ", "license": "MPL-2.0", "standard": { "globals": [ "WebAssembly" ] }, "keywords": [ "map" ], "devDependencies": { "coveralls": "^2.13.1", "istanbul": "^1.1.0-alpha.1", "standard": "^10.0.0", "tape": "^4.6.3" } }