Files
MQTT-Explorer/package.json
T
2019-04-08 14:57:29 +02:00

27 lines
665 B
JSON

{
"name": "mqtt-explorer-gh-pages",
"version": "1.0.0",
"main": "index.js",
"description": "Github pages for MQTT Explorer",
"scripts": {
"readme": "ts-node updateReadme.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasnordquist/MQTT-Explorer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomasnordquist/MQTT-Explorer/issues"
},
"homepage": "https://github.com/thomasnordquist/MQTT-Explorer#readme",
"devDependencies": {
"@types/mustache": "^0.8.32",
"axios": "^0.18.0",
"mustache": "^3.0.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
}
}