marcelerz/sync-module

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sync-module",
  "version": "0.1.3",
  "description": "Synchronous module execution.",
  "license": "MIT",
  "main": "index.js",
  "homepage": "https://github.com/marcelerz/sync-module",
  "bugs": "https://github.com/marcelerz/sync-module/issues",
  "author": {
    "name": "Marcel Erz",
    "email": "me@marcelerz.com",
    "url": "http://www.marcelerz.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcelerz/sync-module.git"
  },
  "keywords": [
    "sync",
    "execution",
    "module"
  ],
  "scripts": {
    "test": "istanbul cover -- _mocha --reporter spec",
    "docs": "yuidoc ."
  },
  "dependencies": {
    "json-buffer": "~2.0.11",
    "temp-fs": "~0.9.9"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "codeclimate-test-reporter": "~0.3.3",
    "coveralls": "~2.11.12",
    "istanbul": "~0.4.4",
    "mocha": "~3.0.2",
    "promise": "~7.1.1",
    "yuidocjs": "~0.10.2"
  }
}