45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "jibo-command-protocol",
|
|
"version": "5.0.4",
|
|
"description": "Protocol for jibo remote commands - interfaces, enums, & schema",
|
|
"main": "lib/jibo-command-protocol.js",
|
|
"typings": "lib/dts/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp debug",
|
|
"build:release": "gulp",
|
|
"clean": "gulp clean-all",
|
|
"watch": "gulp watch",
|
|
"test:debug": "gulp test --debug",
|
|
"test": "gulp test && istanbul report",
|
|
"test:report": "gulp test-report",
|
|
"docs": "gulp docs",
|
|
"docs:public": "gulp docs-public"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jibo-command-protocol": "^2.7.0",
|
|
"@types/node": "6.0.94",
|
|
"ajv": "^5.2.2",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "0.4.5",
|
|
"jibo-gulp": "^9.0.0",
|
|
"typescript": "^2.5.0",
|
|
"typings-tester": "^0.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"dts"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
|
|
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
|
|
"publishConfig": {
|
|
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
|
|
}
|
|
} |