{
  "name": "memory-pool",
  "version": "1.2.0",
  "description": "Fast implementation of memory pool in JavaScript.",
  "main": "dist/memory-pool.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "node_modules/.bin/gulp",
    "test": "node_modules/.bin/karma start test/config.js"
  },
  "contributors": [
    {
      "name": "Tomasz Mikus",
      "email": "mikus.tomasz@gmail.com",
      "url": "http://tomaszmik.us/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tmikus/memory-pool"
  },
  "license": "MIT",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-uglify": "^1.5.3",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^1.0.1",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "phantomjs-prebuilt": "^2.1.7",
    "require-dir": "^0.3.0"
  }
}
