UNPKG

live-template-installer

Version:

Command line utility for automatically installing live templates to Intellij or Webstorm

45 lines (44 loc) 1.01 kB
{ "name": "live-template-installer", "version": "0.0.2", "description": "Command line utility for automatically installing live templates to Intellij or Webstorm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/jamestalmage/install-live-templates.git" }, "keywords": [ "Intellij", "IDEA", "Webstorm", "live", "template", "templates", "livetemplate", "livetemplates", "live-template", "live-templates" ], "author": "James Talmage", "license": "MIT", "bugs": { "url": "https://github.com/jamestalmage/install-live-templates/issues" }, "bin":{ "live-templates":"./bin/live-templates" }, "dependencies": { "gift": "0.0.6", "inquirer": "~0.3.3", "lodash": "~1.3.1", "glob": "~3.2.6", "async": "~0.2.9", "cli-color": "~0.2.2", "q": "~0.9.7", "carrier": "~0.2.0", "xml2js": "~0.2.8" } }