Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Mar 27, 2018
1 parent 2386cfb commit 756b76e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Canary",
"version": "0.1.0",
"description": "Write and run automated tests in JavaScript code.",
"keywords": ["test", "testing", "unit test", "automated test", "stability"],
"homepage": "https://github.com/Mapita/Canary",
"license": "MIT",
"dependencies": {},
"main": "canary.js",
"files": [
"readme.md",
"LICENSE",
"package.json",
"canary.js"
],
"repository": {
"type": "git",
"url": "https://github.com/Mapita/Canary.git",
},
"bugs": {
"url": "https://github.com/Mapita/Canary/issues",
"email": "dev.messages@mapita.fi",
},
"contributors": [
{
"name": "Sophie Kirschner",
"email": "sophie.kirschner@mapita.fi"
},
{
"name": "Timo Rüppell",
"email": "timo.ruppell@mapita.fi"
}
]
}

0 comments on commit 756b76e

Please sign in to comment.