mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
23 lines
527 B
JSON
23 lines
527 B
JSON
{
|
|
"name": "esiur",
|
|
"version": "1.2.3",
|
|
"description": "Distributed Object Framework",
|
|
"main": "build/esiur-debug-node.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esiur/esiur-js.git"
|
|
},
|
|
"author": "Ahmed Zamil",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/esiur/esiur-js/issues"
|
|
},
|
|
"homepage": "https://github.com/esiur/esiur-js#readme",
|
|
"dependencies": {
|
|
"ws": "^6.2.0"
|
|
}
|
|
}
|