https://github.com/Gozala/reducers
Raw File
Tip revision: 21e1c7f62ba9af46955bc363cdfd88afa5984c01 authored by Irakli Gozalishvili on 26 October 2012, 06:37:14 UTC
Version 0.1.5
Tip revision: 21e1c7f
package.json
{
  "name": "reducers",
  "id": "reducers",
  "version": "0.1.5",
  "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"
  },
  "scripts": {
    "test": "node test/test-all.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