Skip to content

Commit

Permalink
Make initial package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Oct 15, 2020
1 parent 321c65a commit 23f323a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "wikijump",
"version": "1.0.0",
"description": "",
"main": "web/common--files/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scpwiki/wikijump.git"
},
"author": "Wikijump Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/scpwiki/wikijump/issues"
},
"homepage": "https://github.com/scpwiki/wikijump#readme"
}

0 comments on commit 23f323a

Please sign in to comment.