spellcast-ext-electron-client
Version:
Spellcast's Electron Client extension.
50 lines (49 loc) • 957 B
JSON
{
"name": "spellcast-ext-electron-client",
"version": "0.50.6",
"description": "Spellcast's Electron Client extension.",
"main": "lib/extension.js",
"engines": {
"node": ">=12.0.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"electron": "^8.3.0",
"exm": "^0.5.7",
"minimist": "^1.2.5"
},
"scripts": {
"test": "tea-time -R dot -O"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/spellcast-ext-electron-client.git"
},
"keywords": [
"spellcast",
"electron",
"client"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/spellcast-ext-electron-client/issues"
},
"config": {
"tea-time": {
"coverDir": [
"lib"
]
}
},
"copyright": {
"title": "Spellcast's Electron Client Extension",
"years": [
2014,
2020
],
"owner": "Cédric Ronvel"
}
}