Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 3, 2019
1 parent 845442f commit be87c39
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"name": "@apollon/iobroker-tools",
"version": "0.1.0",
"description": "Some tooling functions for iobroker adapter development",
"author": "Ingo Fischer <[email protected]>",
"contributors": [],
"homepage": "",
"license": "MIT",
"keywords": [
"iobroker",
"adapter"
],
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/iobroker-tools"
},
"dependencies": {
},
"devDependencies": {
},
"bugs": {
"url": "https://github.com/Apollon77/iobroker-tools/issues"
},
"main": "index.js",
"scripts": {
}
}
"name": "@apollon/iobroker-tools",
"version": "0.1.0",
"description": "Some tooling functions for iobroker adapter development",
"author": "Ingo Fischer <[email protected]>",
"contributors": [],
"homepage": "",
"license": "MIT",
"keywords": [
"iobroker",
"adapter"
],
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/iobroker-tools"
},
"dependencies": {},
"devDependencies": {
"mocha": "^6.0.2",
"chai": "^4.2.0",
"@iobroker/adapter-core": "^1.0.3"
},
"bugs": {
"url": "https://github.com/Apollon77/iobroker-tools/issues"
},
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}

0 comments on commit be87c39

Please sign in to comment.