mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
36 lines
929 B
JSON
36 lines
929 B
JSON
{
|
|
"name": "esiur",
|
|
"version": "1.8.2",
|
|
"description": "Distributed Object Framework",
|
|
"main": "esiur.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"demo": "node ./demo/chat/chat.js",
|
|
"babel": "./node_modules/.bin/babel src -d build",
|
|
"build": "browserify src/esiur.js -t babelify --outfile build/esiur.js",
|
|
"prepublish": "browserify src/esiur.js -t babelify --outfile build/esiur.js"
|
|
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esiur/esiur-js.git"
|
|
},
|
|
"author": "Ahmed Kh. Zamil",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/esiur/esiur-js/issues"
|
|
},
|
|
"homepage": "https://github.com/esiur/esiur-js#readme",
|
|
"dependencies": {
|
|
"mongodb": "^3.6.9",
|
|
"ws": "^7.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/preset-env": "^7.14.5",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"eslint": "^7.31.0"
|
|
}
|
|
}
|