https://github.com/robotology/yarp.js
Raw File
Tip revision: d24d37a6f7bc328fc12b2a12f2784995e390eadf authored by Stefano Dafarra on 19 July 2023, 07:12:04 UTC
Merge pull request #52 from S-Dafarra/master
Tip revision: d24d37a
package.json
{
  "name": "YarpJS",
  "version": "1.5.0",
  "author": "Carlo Ciliberto <cciliber@gmail.com>",
  "description": "JS bindings for YARP",
  "dependencies": {
    "cmake-js": "latest",
    "express": "latest",
    "jquery": "latest",
    "nan": "latest",
    "socket.io": "latest",
    "socket.io-stream": "latest",
    "three": ">=0.125.0"
  },
  "scripts": {
    "install": "cmake-js"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/robotology/yarp.js"
  },
  "devDependencies": {
    "jquery": ">=3.5.0"
  },
  "main": "yarp.js"
}
back to top