thyme-connect
Version:
Connection layer between Thyme and external plugins
33 lines (32 loc) • 686 B
JSON
{
"name": "thyme-connect",
"version": "1.0.2",
"description": "Connection layer between Thyme and external plugins",
"main": "main.js",
"private": false,
"scripts": {
"prepare": "npm run test",
"test": "tape tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThymeApp/thyme-connect.git"
},
"keywords": [
"thyme",
"connect",
"plugins"
],
"files": [
"main.js"
],
"author": "Gaya Kessler",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThymeApp/thyme-connect/issues"
},
"homepage": "https://github.com/ThymeApp/thyme-connect#readme",
"devDependencies": {
"tape": "^4.9.1"
}
}