117 lines
2.4 KiB
JSON
117 lines
2.4 KiB
JSON
{
|
|
"name": "atom-beautify",
|
|
"main": "./lib/beautify",
|
|
"version": "0.20.0",
|
|
"private": true,
|
|
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, and SQL in Atom",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Glavin001/atom-beautify"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Glavin001/atom-beautify/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Glavin Wiechert",
|
|
"email": "glavin.wiechert@gmail.com",
|
|
"url": "https://github.com/Glavin001"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Donald Pipowitch",
|
|
"email": "pipo@senaeh.de",
|
|
"url": "https://github.com/donaldpipowitch"
|
|
},
|
|
{
|
|
"name": "László Károlyi",
|
|
"url": "https://github.com/karolyi"
|
|
},
|
|
{
|
|
"name": "Marco Tanzi",
|
|
"url": "https://github.com/mtanzi"
|
|
},
|
|
{
|
|
"name": "gvn lazar suntop",
|
|
"url": "https://github.com/gvn"
|
|
},
|
|
{
|
|
"name": "Vadim K.",
|
|
"url": "https://github.com/vadirn"
|
|
}
|
|
],
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"dependencies": {
|
|
"analytics-node": "^1.0.2",
|
|
"async": "^0.9.0",
|
|
"atom-message-panel": "^1.1.1",
|
|
"coffee-formatter": "^0.1.1",
|
|
"editorconfig": "^0.11.4",
|
|
"emissary": "^1.0.0",
|
|
"extend": "^1.2.1",
|
|
"js-beautify": "^1.5.4",
|
|
"lodash": "2.4.1",
|
|
"loophole": "^1.0.0",
|
|
"node-dir": "^0.1.6",
|
|
"node-uuid": "^1.4.1",
|
|
"prettydiff": "^1.6.13",
|
|
"space-pen": "^4.3.0",
|
|
"strip-json-comments": "^0.1.3",
|
|
"temp": "^0.8.0",
|
|
"typescript-formatter": "~0.1.4",
|
|
"yaml-front-matter": "^3.2.3"
|
|
},
|
|
"activationEvents": [
|
|
"beautify",
|
|
"beautify:beautify-editor",
|
|
"beautify:beautify-file",
|
|
"beautify:beautify-directory",
|
|
"core:save",
|
|
"core:save-as"
|
|
],
|
|
"keywords": [
|
|
"atom",
|
|
"beautify",
|
|
"beautifier",
|
|
"js-beautify",
|
|
"format",
|
|
"pretty",
|
|
"html",
|
|
"handlebars",
|
|
"mustache",
|
|
"xml",
|
|
"css",
|
|
"javascript",
|
|
"json",
|
|
"css",
|
|
"sass",
|
|
"scss",
|
|
"less",
|
|
"sql",
|
|
"markdown",
|
|
"php",
|
|
"python",
|
|
"ruby",
|
|
"coffeescript",
|
|
"typescript",
|
|
"c",
|
|
"c++",
|
|
"cpp",
|
|
"objective-c",
|
|
"c-sharp",
|
|
"c#",
|
|
"uncrustify",
|
|
"java",
|
|
"pawn",
|
|
"vala",
|
|
"d",
|
|
"erb",
|
|
"editorconfig",
|
|
"yaml",
|
|
"front matter",
|
|
"jekyll"
|
|
]
|
|
}
|