Files
jibo-cli/package.json
pasketti bceda87f93 Replace deprecated electron-prebuilt with electron@2.0.18
- Updated package.json to use electron@2.0.18 instead of electron-prebuilt@1.4.3
- Modified lib/jibo-cli.js to reference 'electron' instead of 'electron-prebuilt'
- This fixes compatibility issues with the simulator on modern Linux systems
- electron-prebuilt was deprecated and renamed to electron in 2016
2026-04-05 22:47:03 -04:00

48 lines
1.2 KiB
JSON

{
"name": "jibo-cli",
"version": "3.0.7",
"description": "Command line interface, templates, simulator",
"contributors": [
"Jonathan Ross <jonathan@jibo.com>",
"Francois Laberge <francoislaberge@gmail.com>",
"Avida Michaud <avida.michaud@jibo.com>"
],
"main": "./lib/jibo-cli.js",
"bin": {
"jibo": "./bin/jibo.js"
},
"dependencies": {
"animation-utilities": "beta",
"async": "0.9.0",
"cli-spinner": "^0.2.5",
"colors": "^1.1.2",
"commander": "2.8.1",
"compute-hamming": "^1.1.0",
"electron": "^2.0.18",
"ensureDir": "^1.0.6",
"extract-zip": "^1.4.1",
"find-root": "^1.0.0",
"font-awesome": "^4.5.0",
"fs-extra": "^0.26.5",
"fs-plus": "^2.7.1",
"jibo-kb": "beta",
"jibo-sync": "beta",
"jquery": "^2.1.3",
"lifesized": "^1.0.0",
"lodash": "^3.8.0",
"marked": "^0.3.5",
"nugget": "^2.0.0",
"osenv": "^0.1.3",
"prompt": "^0.2.14",
"react": "0.13.2",
"request": "^2.61.0",
"resolve": "^1.1.7",
"skills-service-manager": "beta",
"uuid": "^2.0.1",
"wrench": "^1.5.8",
"ws-without-native": "^1.0.2"
},
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Jibo, Inc. <sdkearlyaccess@jibo.com>"
}