From 17a154cb51a729e043ce555e68ef9ebbe40f14b5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 14 Aug 2016 12:54:54 +0300 Subject: Add statuscake module --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..1220593 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "radiodiodi-status-display", + "version": "1.0.0", + "description": "statuscake display", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jantuomi/radiodiodi-status-display.git" + }, + "author": "Jan Tuomi", + "license": "MIT", + "bugs": { + "url": "https://github.com/jantuomi/radiodiodi-status-display/issues" + }, + "homepage": "https://github.com/jantuomi/radiodiodi-status-display#readme", + "dependencies": { + "statuscake": "" + } +} -- cgit v1.3