mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
35 lines
925 B
JSON
35 lines
925 B
JSON
{
|
|
"name": "esyur",
|
|
"version": "1.3.7",
|
|
"description": "Distributed Object Framework",
|
|
"main": "esyur.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"babel": "./node_modules/.bin/babel src -d build",
|
|
"build": "browserify src/esyur.js -t babelify --outfile build/esyur.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esyur/esyur-js.git"
|
|
},
|
|
"author": "Ahmed Zamil",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/esyur/esyur-js/issues"
|
|
},
|
|
"homepage": "https://github.com/esyur/esyur-js#readme",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.7",
|
|
"ws": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.7",
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"babel-cli": "^6.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.5.0"
|
|
}
|
|
}
|