vstirbu/regio

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "regio",
  "version": "0.2.0",
  "description": "Minimalist web framework with express-like aspirations, targeted at embedded devices.",
  "main": "lib/index.js",
  "scripts": {
    "test": "node ./test",
    "test-colony": "colony ./test"
  },
  "author": "Vlad Stirbu",
  "repository": {
    "type": "git",
    "url": "https://github.com/vstirbu/regio.git"
  },
  "license": "MIT",
  "dependencies": {
    "methods": "^1.1.0",
    "path-to-regexp": "^1.0.1"
  },
  "devDependencies": {
    "superagent": "^0.19.0",
    "tape": "^3.0.0"
  }
}