-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "intelligentsocketdataloggerconfiggenerator",
"version": "1.0.0",
"description": "This is a config editor for [Technik-Tueftler/IntelligentSocketDatalogger](https://github.com/Technik-Tueftler/IntelligentSocketDatalogger). \r **Go to https://isdledit.jojojux.de/ to test!** \r Load a file using the import button to edit or start with an empty file using the editing options. \r Press the save button to save your current inputs to a isdl_config.json in your downloads folder. \r **All files are process locally in your browser, this website is fully client-side.**",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J0J0HA/IntelligentSocketDataloggerConfigGenerator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/J0J0HA/IntelligentSocketDataloggerConfigGenerator/issues"
},
"homepage": "https://github.com/J0J0HA/IntelligentSocketDataloggerConfigGenerator#readme",
"dependencies": {
"@jojojux/formulajs": "^1.2.1"
}
}