Revision fc0627cda4f3fafad3b8b212ce7912c53771e78e authored by Irakli Gozalishvili on 22 January 2013, 17:02:00 UTC, committed by Irakli Gozalishvili on 22 January 2013, 17:02:00 UTC
1 parent bac1edf
Raw File
package.json
{
  "name": "reducers",
  "id": "reducers",
  "version": "3.0.0-alpha",
  "description": "Library for higher-order manipulation of collections",
  "keywords": [
    "reducers",
    "reducible",
    "reduce",
    "data",
    "sequence",
    "stream",
    "collection",
    "transformation",
    "composable",
    "async",
    "signal",
    "manipulation"
  ],
  "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": {
    "reducible": "~1.x.0"
  },
  "devDependencies": {
    "test": "~0.5.2",
    "phantomify": "~0.x.0",
    "retape": "~0.x.0",
    "tape": "~0.1.5"
  },
  "scripts": {
    "test": "npm run test-node && npm run test-browser && npm run test-tap",
    "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
    "test-node": "node ./test/common-index.js",
    "test-tap": "node ./test/tap-index.js"
  },
  "testling": {
    "files": "test/tap-index.js",
    "browsers": {
      "iexplore": [
        9,
        10
      ],
      "chrome": [
        16,
        20,
        25,
        "canary"
      ],
      "firefox": [
        10,
        15,
        16,
        17,
        18,
        "nightly"
      ],
      "safari": [
        5,
        6
      ],
      "opera": [
        12
      ]
    }
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Gozala/reducers/License.md"
    }
  ]
}
back to top