twins
Version:
Digital twin PoC demo
35 lines (34 loc) • 734 B
JSON
{
"name": "aframe-twins",
"version": "0.0.3",
"description": "Robot model rendered by A-Frame",
"main": "example.js",
"scripts": {
"lint": "eslint --fix . || eslint .",
"start": "node example.js"
},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/twins.git"
},
"iotjs": {
"version": ">=1.0"
},
"keywords": [
"aframe",
"aframe-component",
"motor",
"robot",
"robotic",
"servo"
],
"bugs": {
"url": "https://github.com/rzr/twins/issues"
},
"homepage": "https://libraries.io/npm/twins",
"dependencies": {
"express": "^4.17.1"
}
}