31 lines
734 B
JSON
31 lines
734 B
JSON
|
|
{
|
||
|
|
"name": "@jibo/apptoolkit-library",
|
||
|
|
"description": "Jibo App Toolkit for Node.js",
|
||
|
|
"version": "0.1.5",
|
||
|
|
"author": "Jibo, Inc.",
|
||
|
|
"copyright": "Copyright (c) 2018 Jibo, Inc. All Rights Reserved",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git@github.com:jibo-robot/apptoolkit-node-library.git"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6.5.0"
|
||
|
|
},
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"types": "lib/index.d.ts",
|
||
|
|
"dependencies": {
|
||
|
|
"@jibo/command-requester": "^1.0.6",
|
||
|
|
"axios": "github:mividtim/axios#jibo"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^8.10.14",
|
||
|
|
"jsdoc": "^3.5.5",
|
||
|
|
"tslint": "^5.10.0",
|
||
|
|
"typescript": "^2.8.3"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"LICENSE.md",
|
||
|
|
"lib/**/*"
|
||
|
|
]
|
||
|
|
}
|