{
  "name": "weak-map",
  "version": "1.0.8",
  "description": "A WeakMap shim for Node.js and browsers",
  "main": "weak-map.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/drses/weak-map.git"
  },
  "keywords": [
    "weakmap",
    "weak-map",
    "weak",
    "map",
    "collections",
    "es6"
  ],
  "author": "Mark Miller <erights@gmail.com>",
  "maintainer": "Kris Kowal <kris@cixar.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/drses/weak-map/issues"
  },
  "files": [
    "weak-map.js"
  ],
  "scripts": {
    "test": "npm run test:native; npm run test:shim",
    "test:phantom": "",
    "test:shim": "node test/index.js",
    "test:native": "node --harmony_collections test/index.js"
  },
  "devDependencies": {
    "jasminum": ">=2.0.2 <3.0.0"
  }
}
