20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "node-conoha-ddns",
|
|
"version": "1.0.0",
|
|
"description": "ConoHa DNS API DDNS腳本",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.trj.tw/nodejs/conoha-ddns.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "UrWind",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"request": "^2.81.0"
|
|
}
|
|
}
|