office-js
Version:
Utility for office cloud services.
19 lines (18 loc) • 555 B
JSON
{
"name": "office-js",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "masataka.takeuchi@l-is-b.com",
"keywords": ["office", "googleapps", "office365", "word", "excel"],
"description": "Utility for office cloud services.",
"license": "MIT",
"dependencies": {
"googleapis": "^1.0.21",
"office365-js": "git+https://github.com/happy-tanuki/office365-js",
"openxml-js": "git+https://github.com/happy-tanuki/openxml-js"
},
"devDependencies": {}
}