mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
37 lines
965 B
JSON
37 lines
965 B
JSON
{
|
|
"name": "esiur",
|
|
"version": "1.6.0",
|
|
"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 Zamil",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/esiur/esiur-js/issues"
|
|
},
|
|
"homepage": "https://github.com/esiur/esiur-js#readme",
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/runtime": "^7.12.5",
|
|
"ws": "^6.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.1",
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"babel-cli": "^6.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.5.2"
|
|
}
|
|
}
|