Skip to content

Commit

Permalink
Refactor(package): Modernized JSON
Browse files Browse the repository at this point in the history
* Removed excess whitespace

* Added test runner

* Added dev dependencies

* SPDX compatible license (unlicense)

* Reordered a-z npm keywords
  • Loading branch information
fvdm committed Jul 5, 2016
1 parent 6098e34 commit 901d868
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
{
"author": {
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "https://frankl.in"
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "https://frankl.in"
},
"name": "openkvk",
"description": "Unofficial module for openkvk.nl",
"version": "2.0.0",
"name": "openkvk",
"description": "Unofficial module for openkvk.nl",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-openkvk.git"
"type": "git",
"url": "git://github.com/fvdm/nodejs-openkvk.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-openkvk/issues"
"url": "https://github.com/fvdm/nodejs-openkvk/issues"
},
"main": "openkvk.js",
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.9",
"dotest": "^1.12.4",
"eslint": "^3.0.0",
"istanbul": "^0.4.4"
},
"main": "openkvk.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0"
},
"scripts": {
"test": "node test.js"
"test": "node test.sh"
},
"keywords": ["openkvk", "kvk", "handelsregister", "nl", "api"],
"license": {
"type": "Public Domain",
"url": "https://github.com/fvdm/nodejs-openkvk/raw/master/LICENSE"
}
"keywords": [
"api",
"handelsregister",
"kvk",
"nl",
"openkvk"
],
"license": "Unlicense"
}

0 comments on commit 901d868

Please sign in to comment.