Skip to content

Commit

Permalink
Add initial package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stiles committed Jan 22, 2017
1 parent 21457a0 commit b3d89e9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
@@ -0,0 +1,26 @@
{
"name": "deluminate",
"version": "0.7.4",
"description": "Invert the luminance of a website to make it easier on the eyes.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abstiles/deluminate.git"
},
"keywords": [
"chrome",
"extension",
"invert",
"luminance",
"dark",
"contrast"
],
"author": "Andrew Stiles",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/abstiles/deluminate/issues"
},
"homepage": "https://deluminate.github.io"
}

0 comments on commit b3d89e9

Please sign in to comment.