{
  "name": "funkierjs",
  "version": "1.0.0",
  "description": "The functional toolbox for ES5 Javascript",
  "author": "Graeme McCutcheon <cutchy11@gmail.com> (http://www.graememcc.co.uk/)",
  "main": "lib/funkier.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "bugs": {
    "url": "https://github.com/graememcc/funkierJS/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graememcc/funkierJS"
  },
  "keywords": [
    "functional"
  ],
  "devDependencies": {
    "deep-equal": "^1.0.0",
    "esprima": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-bump": "^0.3.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-newer": "^1.1.0",
    "he": "^0.5.0",
    "marked": "^0.3.3",
    "mkdirp": "^0.5.1",
    "mocha": ">=1.21.4"
  },
  "license": "MIT",
  "homepage": "https://graememcc.github.io/funkierJS"
}
