office-addin
Version:
Development tools for creating Office Add-ins on Windows and Mac
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "office-addin",
"version": "0.0.1",
"description": "Development tools for creating Office Add-ins on Windows and Mac",
"keywords": [
"office",
"addin",
"add-in",
"manifest",
"validate",
"log"
],
"author": "Tim Hall <tim.hall.engr@gmail.com> (https://github.com/timhall)",
"repository": {
"type": "git",
"url": "git+https://github.com/timhall/office-addin.git"
},
"homepage": "https://github.com/timhall/office-addin",
"license": "MIT",
"main": "dist/office-addin.js",
"bin": {
"office-addin": "bin/office-addin"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"pem": "^1.9.4",
"prompt": "^1.0.0"
},
"devDependencies": {
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-json": "^2.1.0"
},
"files": [
"bin/",
"dist/",
"package.json",
"README.md",
"server.js"
]
}