@microsoft/office-js
Version:
Office JavaScript APIs
57 lines (56 loc) • 1.71 kB
JSON
{
"name": "@microsoft/office-js",
"description": "Office JavaScript APIs",
"version": "1.1.4",
"keywords": [
"Office Add-ins",
"Office JavaScript API",
"Office"
],
"engines": {
"node": ">=6.9.4"
},
"scripts": {
"build.deploy.script": "tsc -p deployment.script/tsconfig.json",
"tslint.deploy.script": "tslint --project deployment.script/tsconfig.json",
"deploy": "node deployment.script/deploy.js"
},
"author": {
"email": "onpm@microsoft.com",
"name": "Microsoft",
"url": "https://github.com/officedev"
},
"bugs": {
"url": "https://stackoverflow.com/questions/tagged/office-js"
},
"homepage": "https://dev.office.com/docs/add-ins/overview/office-add-ins",
"license": "LICENSE",
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/fs-extra": "^5.0.0",
"@types/handlebars": "^4.0.36",
"@types/js-yaml": "3.5.29",
"@types/lodash": "4.14.54",
"@types/moment-timezone": "^0.5.3",
"@types/node": "7.0.7",
"@types/semver": "^5.4.0",
"@types/shelljs": "^0.7.7",
"chalk": "1.1.3",
"del": "^3.0.0",
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-clean-compiled-typescript": "^1.2.0",
"handlebars": "^4.0.11",
"isomorphic-fetch": "2.2.1",
"js-yaml": "3.7.0",
"lodash": "4.17.4",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"npm": "^5.6.0",
"run-sequence": "^2.2.1",
"semver": "^5.4.1",
"shelljs": "0.7.8",
"tslint": "^5.8.0",
"typescript": "2.6.2"
}
}