Browse Source

added git repo

master
mortie 7 years ago
parent
commit
a6cb6fafaf
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      package.json

+ 5
- 1
package.json View File

{ {
"name": "webframe", "name": "webframe",
"version": "0.1.1",
"version": "0.1.2",
"description": "Web server.", "description": "Web server.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": {
"type": "git",
"url": "https://git.mort.coffee/mort/webframe"
},
"author": "Martin Dørum <martid0311@gmail.com> (http://mort.coffee)", "author": "Martin Dørum <martid0311@gmail.com> (http://mort.coffee)",
"license": "ISC" "license": "ISC"
} }

Loading…
Cancel
Save