Files: ad8282197e35e6d2049fcc7591a51a069351cefc / package.json
738 bytesRaw
1 | { |
2 | "name": "reference-map", |
3 | "version": "0.0.0", |
4 | "description": "This is a simple determinstic map that maps POJOs to an integer", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coverage": "node --expose-wasm --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
8 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
9 | "lint": "standard", |
10 | "test": "node --expose-wasm --harmony ./tests/index.js" |
11 | }, |
12 | "author": "mjbecze <mjbecze@gmail.com>", |
13 | "license": "MPL-2.0", |
14 | "standard": { |
15 | "globals": [ |
16 | "WebAssembly" |
17 | ] |
18 | }, |
19 | "keywords": [ |
20 | "map" |
21 | ], |
22 | "devDependencies": { |
23 | "coveralls": "^2.13.1", |
24 | "istanbul": "^1.1.0-alpha.1", |
25 | "standard": "^10.0.0", |
26 | "tape": "^4.6.3" |
27 | } |
28 | } |
29 |
Built with git-ssb-web