{
  "name": "kung-fu",
  "version": "0.2.1",
  "description": "Functional Standard Library",
  "main": "out/index.js",
  "scripts": {
    "build": "typings install && tsc",
    "prepublish": "npm run build",
    "test": "mocha out/**/*-spec.js --recursive"
  },
  "author": "Sam Rijs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:srijs/node-kung-fu.git"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "typescript": "^1.8.7",
    "typings": "^1.0.4"
  },
  "typings": "./out/index.d.ts",
  "bugs": {
    "url": "https://github.com/srijs/node-kung-fu/issues"
  }
}
