Update package.json

This commit is contained in:
钟进 2018-09-23 11:40:50 +08:00
parent a359895d39
commit 44d3f850b0

View File

@ -1,12 +1,12 @@
{ {
"name": "yunkong2.pushover", "name": "yunkong2.pushover",
"description": "This adapter allows to send pushover notifications from yunkong2", "description": "This adapter allows to send pushover notifications from yunkong2",
"version": "1.1.0", "version": "0.1.0",
"author": "bluefox <dogafox@gmail.com>", "author": "bluefox <dogafox@gmail.com>",
"contributors": [ "contributors": [
"bluefox <dogafox@gmail.com>" "bluefox <dogafox@gmail.com>"
], ],
"homepage": "https://github.com/yunkong2/yunkong2.pushover", "homepage": "https://git.spacen.net/yunkong2/yunkong2.pushover",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"yunkong2", "yunkong2",
@ -15,7 +15,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yunkong2/yunkong2.pushover" "url": "https://git.spacen.net/yunkong2/yunkong2.pushover"
}, },
"dependencies": { "dependencies": {
"pushover-notifications": "^1.0.0" "pushover-notifications": "^1.0.0"
@ -25,9 +25,6 @@
"mocha": "^5.2.0", "mocha": "^5.2.0",
"chai": "^4.1.2" "chai": "^4.1.2"
}, },
"bugs": {
"url": "https://github.com/yunkong2/yunkong2.pushover/issues"
},
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"test": "node node_modules/mocha/bin/mocha --exit" "test": "node node_modules/mocha/bin/mocha --exit"