package.json

Summary

Maintainability
Test Coverage
{
  "name": "tryc",
  "version": "0.1.0",
  "description": "Async try-catch",
  "main": "./lib/node.js",
  "browser": "./lib/browser.js",
  "homepage": "https://github.com/vesln/tryc",
  "scripts": {
    "test": "echo 'OK if ends with OK' && node test && karma start && echo '\nOK'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vesln/tryc"
  },
  "devDependencies": {
    "component": "~0.18.0",
    "karma-chrome-launcher": "~0.1.1",
    "karma-firefox-launcher": "~0.1.2",
    "karma-phantomjs-launcher": "~0.1.1",
    "karma": "~0.10.8",
    "istanbul": "~0.1.46"
  },
  "files": ["index.js", "lib"],
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT"
}