Files
2026-04-05 16:14:49 -04:00

32 lines
768 B
JSON

{
"name": "@jibo/command-protocol",
"version": "1.0.4",
"description": "Protocol for jibo remote commands - interfaces, enums, & schema",
"author": "Jibo, Inc.",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"license": "BSD-3-Clause",
"main": "lib/command-protocol.js",
"private": false,
"typings": "lib/dts/index.d.ts",
"engines": {
"node": ">=6.0"
},
"devDependencies": {
"@types/node": "6.0.94",
"ajv": "^5.2.2",
"gulp": "^3.9.1",
"istanbul": "0.4.5",
"jibo-gulp": "^8.0.0",
"typescript": "^2.5.0",
"typings-tester": "^0.2.2"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"files": [
"LICENSE.md",
"lib/**/*",
"typings"
]
}