You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1011 B

{
"name": "yunkong2.rest",
"version": "0.1.0",
"description": "yunkong2 rest Adapter",
"author": {
"name": "@@Author@@",
"email": "@@email@@"
},
"contributors": [
{
"name": "@@Author@@",
"email": "@@email@@"
}
],
"homepage": "https://git.spacen.net/yunkong2/yunkong2.rest",
"license": "MIT",
"keywords": [
"yunkong2",
"rest",
"REST API"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.rest"
},
"dependencies": {
"express": "^4.13.4",
"request": "^2.72.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.rest/issues"
},
"readmeFilename": "README.md"
}