{
  "name": "chunks",
  "version": "0.2.6",
  "description": "A super duper, teeny tiny functional library.",
  "main": "./lib/chunks.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gummesson/chunks.git"
  },
  "keywords": [
    "functional",
    "utility"
  ],
  "author": "Ellen Gummesson",
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.2",
    "matchdep": "~0.3.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-simple-mocha": "~0.4.0",
    "must": "~0.10.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-sass": "~0.5.1",
    "grunt-shell": "~0.6.1",
    "grunt-contrib-copy": "~0.4.1"
  }
}
