control-freak-ide/server/nodejs/back/lib/agentframework/package.release.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

32 lines
671 B
JSON

{
"name": "agentframework",
"version": "0.4.4",
"engines": {
"node": ">=6.0.0"
},
"description": "Agent Oriented Programming for TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/agentframework/agentframework.git"
},
"keywords": [
"aop",
"typescript",
"es6",
"proxy"
],
"author": "Ling Zhang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/agentframework/agentframework/issues"
},
"homepage": "https://github.com/agentframework/agentframework#readme"
}