UNPKG

service-portal-snippets

Version:
47 lines (46 loc) 1.01 kB
{ "name": "service-portal-snippets", "displayName": "Service Portal Snippets", "description": "A collection of ServiceNow Service Portal snippets", "version": "1.0.5", "publisher": "stevengregory", "icon": "images/icon.png", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stevengregory/vscode-service-portal-snippets.git" }, "engines": { "vscode": "^1.75.1" }, "categories": [ "Snippets" ], "keywords": [ "ServiceNow", "Service Portal", "AngularJS", "Snippet" ], "contributes": { "snippets": [ { "language": "html", "path": "./snippets/html.json" }, { "language": "javascript", "path": "./snippets/javascript.json" } ] }, "scripts": { "postinstall": "node ./node_modules/vscode/bin/install", "publish": "vsce publish" }, "devDependencies": { "@types/node": "^13.13.52", "@types/vscode": "^1.75.1", "typescript": "^3.9.10" } }