https://github.com/Gozala/reducers
Raw File
Tip revision: 2a5706e16ddbd76deabdd176b570f97984b6f153 authored by Irakli Gozalishvili on 10 November 2012, 06:03:09 UTC
Version 1.0.2
Tip revision: 2a5706e
package.json
{
  "name": "reducers",
  "id": "reducers",
  "version": "1.0.2",
  "description": "A library for collection processing",
  "keywords": [
    "reducers",
    "reducible",
    "reduce",
    "data",
    "sequence",
    "stream",
    "transformation",
    "composable",
    "async"
  ],
  "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  "homepage": "https://github.com/Gozala/reducers",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gozala/reducers.git",
    "web": "https://github.com/Gozala/reducers"
  },
  "bugs": {
    "url": "http://github.com/Gozala/reducers/issues/"
  },
  "dependencies": {
    "method": "~0.1.1",
    "eventual": ">=0.3.1"
  },
  "devDependencies": {
    "test": ">=0.4.4",
    "repl-utils": ">=1.0.0",
    "benchmark": ">=0.3.0",
    "phantomify": "~0.x.0"
  },
  "scripts": {
    "test": "npm run test-node && npm run test-browser",
    "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/index.js",
    "test-node": "node ./test/index.js",
    "repl": "node node_modules/repl-utils",
    "benchmark": "node tests/benchmark.js"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Gozala/reducers/License.md"
    }
  ]
}
back to top