{
  "name": "functional-lite",
  "version": "0.6.0",
  "stability": 2,
  "author": "Lauri Rooden <lauri@rooden.ee>",
  "license": "MIT",
  "description": "Functional Javascript",
  "keywords": [
    "litejs"
  ],
  "main": "index.js",
  "readmeFilename": "README.md",
  "files": [
    "dist",
    "index.js",
    "iter.js",
    "timing.js"
  ],
  "scripts": {
    "build": "node node_modules/buildman/index.js --all",
    "test": "node tests/index.js"
  },
  "repository": "git://github.com/litejs/functional-lite.git",
  "bugs": {
    "url": "https://github.com/litejs/functional-lite/issues"
  },
  "devDependencies": {
    "buildman": "*",
    "testman": "*"
  },
  "buildman": {
    "dist/index-min.js": {
      "banner": "/*! litejs.com/MIT-LICENSE.txt */",
      "input": "index.js"
    }
  }
}
