UNPKG

manifest-validator

Version:

## How to install ```bash npm install manifest-validator@0.0.1-beta.1 ```

54 lines (53 loc) 1.16 kB
{ "name": "manifest-validator", "version": "0.0.1-beta.1", "description": "", "repository": { "type": "git", "url": "" }, "scripts": { "tsc": "tsc -p tsconfig.json", "tsc-watch": "tsc -p tsconfig.json -w", "test": "mocha -r ts-node/register generators/test/**.js", "start": "rimraf app && concurrently \"npm run tsc-watch\"" }, "engines": { "node": ">6.9.0" }, "homepage": "https://github.com/officedev/manifest-validator", "license": "MIT", "bin": { "validate-office-addin": "./app/index.js" }, "author": "OfficeDev", "main": "", "keywords": [ "office", "manifest", "office-add-in", "add-in", "outlook", "excel", "word", "powerpoint", "onenote", "project" ], "dependencies": { "applicationinsights": "^0.17.1", "chalk": "^1.1.3", "commander": "^2.9.0", "request": "^2.79.0" }, "devDependencies": { "@types/chalk": "^0.4.31", "@types/commander": "^2.3.31", "@types/request": "0.0.39", "concurrently": "^3.3.0", "mocha": "^3.2.0", "rimraf": "^2.5.4", "ts-node": "^2.0.0", "typescript": "^2.1.4" } }