mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "simplexjs",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplex-chat/simplexjs.git"
|
|
},
|
|
"author": "SimpleX team",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/simplex-chat/simplexjs/issues"
|
|
},
|
|
"homepage": "https://github.com/simplex-chat/simplexjs#readme",
|
|
"description": ""
|
|
}
|