{
  "author": {
    "name": "Todd Morrison",
    "email": "todd@deepelement.com",
    "url": "http://www.deepelement.com"
  },
  "name": "weak-dictionary",
  "private": false,
  "description": "Universal ES6-compatible WeakMap wrapper",
  "version": "0.24.0",
  "keywords": [
    "Weak Collection",
    "Collection",
    "Array",
    "Dictionary",
    "ES6"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:DeepElement/weak-dictionary.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "homepage": "https://github.com/DeepElement/weak-dictionary",
  "bin": {
    "weakdictionary": "./dist/latest.js"
  },
  "main": "./dist/latest.js",
  "dependencies": {},
  "devDependencies": {
    "babel-loader": "^5.3.2",
    "babel-runtime": "^5.8.25",
    "fs-extra": "^0.24.0",
    "gulp": "^3.9.0",
    "gulp-util": "^3.0.6",
    "mocha": "^2.2.5",
    "rimraf": "^2.4.3",
    "run-sequence": "^1.1.4",
    "should": "^7.0.1",
    "sinon": "^1.17.1",
    "webpack": "^1.12.2"
  },
  "scripts": {
    "build": "gulp dist"
  }
}
