{
  "name": "supergroup",
  "version": "1.0.16",
  "description": "Nested groups on arrays of objects where groups are Strings that know what you want them to know about themselves and their relatives.",
  "homepage": "https://github.com/Sigfried/supergroup",
  "main": "dist/supergroup.js",
  "author": "Sigfried Gold",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sigfried/supergroup/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sigfried/supergroup.git"
  },
  "keywords": [
    "underscore",
    "d3",
    "nest",
    "groupby",
    "group",
    "convenience",
    "readability",
    "data",
    "hierarchy"
  ],
  "scripts": {
    "dev": "babel-node src/supergroup.js",
    "lint": "eslint src/**/*.js",
    "compile": "babel --stage 0 -d dist/ src/",
    "prepublish": "npm run compile",
    "documentationNOT_USING": "documentation -c conf.json -o doc -f html -R ./README src/supergroup.js",
    "doc": "esdoc -c conf.json",
    "vows": "babel-node node_modules/argg src/test/*.js",
    "watchHOLD": "npm run compile && npm run vows",
    "watchcmd": "npm run doc && npm run vows",
    "watch": "fswatch -0 -o ./src doc.md package.json conf.json README.md | xargs -0 -n 1 -I {} npm run watchcmd"
  },
  "devDependencies": {
    "argg": "0.0.2",
    "babel": "^5",
    "babel-eslint": "^4.1.0",
    "babel-loader": "^6.2.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "coveralls": "^2.11.4",
    "eslint": "^1.2.1",
    "istanbul": "^0.3.18",
    "plato": "^1.5.0",
    "tape": "^4.2.0",
    "vows": "^0.8.1",
    "lodash": "^3.9.3"
  }
}
