Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
#125: initial version of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w20k committed Oct 3, 2016
1 parent 25c1cc3 commit 4615c04
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "idotd",
"version": "10.0.0",
"description": "A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp",
"main": "src/stable.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Idrinth/IDotD.git"
},
"keywords": [
"dotd",
"idrinth",
"script",
"userscript",
"dotd"
],
"author": "Björn Büttner",
"license": "MIT",
"bugs": {
"url": "https://github.com/Idrinth/IDotD/issues"
},
"homepage": "https://github.com/Idrinth/IDotD#idotd",
"devDependencies": {
"jasmine": "^2.4.1"
}
}

0 comments on commit 4615c04

Please sign in to comment.