{
  "name": "maps",
  "version": "0.3.3",
  "description": "Some special Map implementations for ES6+",
  "main": "lib/index.js",
  "files": [
    "lib/",
    "src/"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --ui tdd --compilers js:babel/register",
    "istanbul": "babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- test --ui tdd",
    "coveralls": "npm run istanbul && istanbul-coveralls",
    "prepublish": "rm -rf lib && babel --source-maps --out-dir lib src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hax/maps.git"
  },
  "keywords": [
    "HashMap",
    "ArrayMap",
    "ES6"
  ],
  "author": "johnhax@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hax/maps/issues"
  },
  "homepage": "https://github.com/hax/maps#readme",
  "devDependencies": {
    "babel": "^5.8.21",
    "babel-istanbul": "^0.3.17",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^2.2.5"
  }
}
