40 lines
855 B
JSON
40 lines
855 B
JSON
|
{
|
||
|
"name": "yunkong2.simple-api",
|
||
|
"version": "2.0.0",
|
||
|
"description": "RESTful interface for yunkong2.",
|
||
|
"author": {
|
||
|
"name": "bluefox",
|
||
|
"email": "dogafox@gmail.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Apollon77",
|
||
|
"email": "ingo@fischer-ka.de"
|
||
|
}
|
||
|
],
|
||
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.simple-api",
|
||
|
"keywords": [
|
||
|
"yunkong2",
|
||
|
"web"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.simple-api"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"gulp": "^3.9.1",
|
||
|
"mocha": "^5.0.1",
|
||
|
"chai": "^4.1.2",
|
||
|
"request": "^2.83.0"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://git.spacen.net/yunkong2/yunkong2.simple-api/issues"
|
||
|
},
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|