Files
JiboSDK/node_modules/jibo-tools/package.json

31 lines
687 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"name": "jibo-tools",
"version": "0.20.9",
"description": "API for jibo-atom and jibo-cli",
"main": "lib/jibo-tools.js",
"scripts": {
"test": "gulp test"
},
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"animation-utilities": "0.2.14",
"async": "0.9.0",
"commander": "2.8.1",
"electron-prebuilt": "0.34.1",
"ensureDir": "^1.0.6",
"fs-plus": "^2.7.1",
"jibo-atom-styles": "0.0.1",
"jibo-parser": "0.7.8",
"lifesized": "0.10.2",
"lodash": "^3.8.0",
"marked": "^0.3.5",
"npm": "^2.8.4",
"osenv": "^0.1.3",
"react": "0.13.2",
"request": "^2.61.0",
"three": "0.71.0",
"websocket": "1.0.22",
"wrench": "^1.5.8",
"ws": "0.8.1"
}
}