xaviervia/sydney

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "sydney",
  "main": "sydney.js",
  "authors": [
    "Xavier Via <fernando.via@gmail.com>"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "event",
    "async",
    "asynchronous"
  ],
  "license": "ISC",
  "homepage": "https://github.com/xaviervia/sydney",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "examples",
    ".gitignore",
    ".editorconfig",
    "Makefile",
    "package.json",
    "README.md",
    "test.js"
  ]
}