nikcorg/funcalicious

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "funcalicious",
  "version": "1.0.0",
  "description": "Funcalicious, because it functional, funky and delicious.",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "babel-tape-runner test/**.js",
    "build": "mkdir -p lib && find src -name \"*.js\" -exec sh -c 'babel {} > lib/$(basename {})' \\;"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nikcorg/funcalicious.git"
  },
  "keywords": [
    "functional",
    "composable",
    "compose",
    "utility",
    "util",
    "toolbox"
  ],
  "author": "Niklas Lindgren",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nikcorg/funcalicious/issues"
  },
  "homepage": "https://github.com/nikcorg/funcalicious",
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-tape-runner": "^1.2.0",
    "sinon": "^1.14.1",
    "tape": "^4.0.0"
  },
  "dependencies": {
    "debug": "^2.2.0"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  }
}