WLLR9505/wllr-server

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "wllr-server",
  "version": "1.1.0",
  "description": "A little node server",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WLLR9505/wllr-server.git"
  },
  "keywords": [
    "server"
  ],
  "author": "Weuller Souza",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WLLR9505/wllr-server/issues"
  },
  "bin": {
    "wllrserver": "index.js"
  },
  "homepage": "https://github.com/WLLR9505/wllr-server#readme"
}