Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

48
package.json Normal file
View File

@@ -0,0 +1,48 @@
{
"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"
},
"peerDependencies": {},
"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-prebuilt": "^1.4.3",
"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>"
}