https://github.com/Gozala/reducers
Raw File
Tip revision: 8f5e9421310e145fd1bae3d987811295f835fdfb authored by Irakli Gozalishvili on 03 November 2012, 00:04:23 UTC
Make current release a v1.0.0
Tip revision: 8f5e942
package.json
{
  "name": "reducers",
  "id": "reducers",
  "version": "1.0.0",
  "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