Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
sr229 committed Oct 4, 2017
1 parent 61daef7 commit f464f4f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sagiri",
"version": "1.2.3",
"version": "1.2.4",
"description": "A wrapper for the SauceNAO API.",
"main": "index.js",
"repository": {
Expand All @@ -13,19 +13,25 @@
"saucenao"
],
"author": "sr229",
"license": "EPL",
"license": "MIT",
"bugs": {
"url": "https://github.com/ClaraIO/Sagiri/issues"
},
"homepage": "https://github.com/ClaraIO/Sagiri#readme",
"directories": {
"bin": "./lib",
"test": "./tests"
"test": "tests"
},
"dependencies": {
"form-data": "^2.3.1"
},
"devDependencies": {
"eslint": "^4.7.2"
},
"bin": {
"Sagiri.js": "lib/Sagiri.js",
"siteValues.js": "lib/siteValues.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit f464f4f

Please sign in to comment.