mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
35 lines
911 B
JSON
35 lines
911 B
JSON
{
|
|
"name": "esiur",
|
|
"version": "1.6.8",
|
|
"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"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.13.16",
|
|
"@babel/core": "^7.13.16",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/preset-env": "^7.13.15",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"mongodb": "^3.6.6",
|
|
"ws": "^7.4.5"
|
|
}
|
|
}
|