{ "name": "reference-map", "version": "1.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" ], "repository": { "type": "git", "url": "git@github.com:wanderer/referenceMap.git" }, "bugs": { "url": "https://github.com/wanderer/referenceMap/issues" }, "devDependencies": { "coveralls": "^3.0.0", "istanbul": "^1.1.0-alpha.1", "standard": "^10.0.0", "tape": "^4.6.3" } }