{
  "name": "sweep",
  "version": "0.1.0",
  "description": "partial spread operator implementation",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bredele/sweep.git"
  },
  "keywords": [
    "spread",
    "array",
    "push",
    "arguments"
  ],
  "author": "Olivier Wietrich <olivier.wietrich@gmail.com> (http://github.com/bredele)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bredele/sweep/issues"
  },
  "homepage": "https://github.com/bredele/sweep",
  "devDependencies": {
    "mocha": "^1.21.1"
  }
}