Web framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 410B

123456789101112131415161718
  1. {
  2. "name": "webframe",
  3. "version": "0.9.0",
  4. "description": "Web framework.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.mort.coffee/mort/webframe"
  12. },
  13. "bin": {
  14. "webframe": "cli.js"
  15. },
  16. "author": "Martin Dørum <martid0311@gmail.com> (http://mort.coffee)",
  17. "license": "ISC"
  18. }