UNPKG

sleeveforarm

Version:
54 lines (53 loc) 1.39 kB
{ "name": "sleeveforarm", "version": "0.0.16", "main": "src/sleveforarm.js", "description": "Making Azure Easy", "scripts": { "build": "tsc --watch false", "test": "mocha test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/yaronyg/SleeveForARM.git" }, "keywords": [ "Microsoft", "Azure", "ARM", "VSTS", "YAML" ], "author": "Yaron Y. Goland <yarong@microsoft.com> (http://www.goland.org/)", "license": "MIT", "bugs": { "url": "https://github.com/yaronyg/SleeveForARM/issues" }, "homepage": "https://github.com/yaronyg/SleeveForARM#readme", "dependencies": { "@types/mysql2": "github:types/mysql2", "fs-extra": "^4.0.1", "generate-password": "1.3.0", "json-cycle": "1.2.0", "mysql2": "1.4.2", "replace-in-file": "^2.6.4", "request": "2.81.0", "request-promise-native": "1.0.4", "winston": "2.3.1", "yargs": "8.0.2" }, "devDependencies": { "@types/chai": "4.0.4", "@types/fs-extra": "^4.0.2", "@types/mocha": "2.2.42", "@types/node": "8.0.26", "@types/request-promise-native": "1.0.6", "@types/winston": "2.3.5", "@types/yargs": "8.0.2", "chai": "4.1.1", "mocha": "3.5.0", "tslint": "5.7.0", "typescript": "2.4.2" }, "bin": "./src/sleeveforarm.cmd" }