js-owncloud-client
Version:
ownCloud client library for JavaScript
17 lines (16 loc) • 314 B
JSON
{
"name": "docs-swagger",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.3",
"express": "^4.15.2"
}
}