{
  "name": "supergroup-es6",
  "version": "0.1.5",
  "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",
    "test": "mocha --require babel-core/register src/test/supergroup_mocha.js",
    "watchHOLD": "npm run compile && npm run vows",
    "watchcmdHOLD": "npm run doc && npm run vows",
    "watchcmd": "npm run test",
    "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-core": "^6.4.5",
    "babel-eslint": "^4.1.0",
    "babel-loader": "^6.2.1",
    "babel-plugin-transform-builtin-extend": "^1.1.0",
    "babel-polyfill": "^6.3.14",
    "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",
    "expect.js": "^0.3.1",
    "istanbul": "^0.3.18",
    "lodash": "^3.9.3",
    "mocha": "^2.4.5",
    "mocha-loader": "^0.7.1",
    "mochify": "^2.16.0",
    "plato": "^1.5.0",
    "tape": "^4.2.0",
    "vows": "^0.8.1",
    "webpack": "^1.12.12"
  },
  "dependencies": {
    "assert": "^1.3.0",
    "babel-plugin-transform-builtin-extend": "^1.1.0",
    "lodash": "^3.10.1",
    "underscore": "^1.8.3"
  }
}
