atom-beautify/package.json

278 lines
5.7 KiB
JSON

{
"name": "atom-beautify",
"main": "./src/beautify",
"version": "0.29.10",
"private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more 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"
},
{
"name": "Filipe Silva",
"url": "https://github.com/filipesilva"
},
{
"name": "Ramón Cahenzli",
"url": "https://github.com/psy-q"
},
{
"name": "Clemens Damke",
"url": "https://github.com/Cortys"
},
{
"name": "Zhang YANG",
"url": "https://github.com/ProgramFan"
},
{
"name": "Daniel Bayley",
"url": "https://github.com/danielbayley"
},
{
"name": "Murphy Randle",
"url": "https://github.com/splodingsocks"
},
{
"name": "Luis Arias",
"url": "https://github.com/kaaloo"
},
{
"name": "Bati Sengul",
"url": "https://github.com/Focus"
},
{
"name": "Dheepak Krishnamurthy",
"url": "https://github.com/kdheepak89"
},
{
"name": "Ayoub Adib",
"url": "https://github.com/ayoubdev"
},
{
"name": "Frederic Delbos",
"url": "https://github.com/fdelbos"
},
{
"name": "Patrick Steele-Idem",
"url": "https://github.com/psteeleidem"
},
{
"name": "Joost van Doorn",
"url": "https://github.com/JoostvDoorn"
},
{
"name": "Arman Yessenamanov",
"url": "https://github.com/yesenarman"
},
{
"name": "Émile Bergeron",
"url": "https://github.com/emileber"
}
],
"engines": {
"atom": ">=1.6.0 <2.0.0"
},
"dependencies": {
"async": "^2.0.1",
"atom-message-panel": "^1.2.4",
"atom-space-pen-views": "^2.0.5",
"bluebird": "^3.3.5",
"coffee-fmt": "^0.12.0",
"coffee-formatter": "^0.1.2",
"coffee-script": "^1.10.0",
"csscomb": "^3.1.7",
"diff": "^2.1.0",
"editorconfig": "^0.13.2",
"event-kit": "^2.1.0",
"expand-home-dir": "0.0.3",
"extend": "^3.0.0",
"gherkin": "2.12.2",
"github": "^2.4.0",
"handlebars": "^4.0.2",
"js-beautify": "^1.6.3",
"jscs": "^3.0.7",
"lodash": "^4.14.2",
"loophole": "^1.0.0",
"marko-prettyprint": "^1.1.8",
"node-dir": "^0.1.15",
"node-uuid": "^1.4.3",
"open": "0.0.5",
"prettydiff": "^1.16.27",
"pug-beautify": "^0.1.1",
"remark": "^4.2.2",
"season": "^5.3.0",
"space-pen": "^5.1.1",
"strip-json-comments": "^2.0.1",
"temp": "^0.8.3",
"tidy-markdown": "^2.0.3",
"typescript": "^1.8.10",
"typescript-formatter": "^2.3.0",
"underscore-plus": "^1.6.6",
"universal-analytics": "^0.4.2",
"which": "^1.1.1",
"winston": "^2.2.0",
"yaml-front-matter": "^3.2.3"
},
"activationCommands": {
"atom-workspace": [
"atom-beautify:help-debug-editor",
"atom-beautify:beautify-editor",
"atom-beautify:migrate-settings",
"core:save",
"core:save-as"
],
".tree-view .file .name": [
"atom-beautify:beautify-file"
],
".tree-view .directory .name": [
"atom-beautify:beautify-directory"
]
},
"keywords": [
"atom",
"beautify",
"beautifier",
"js-beautify",
"format",
"pretty",
"html",
"handlebars",
"mustache",
"xml",
"css",
"javascript",
"json",
"sass",
"scss",
"less",
"sql",
"markdown",
"php",
"python",
"ruby",
"coffeescript",
"typescript",
"c",
"c++",
"cpp",
"objective-c",
"c-sharp",
"c#",
"coldfusion",
"uncrustify",
"java",
"apex",
"pawn",
"vala",
"d",
"erb",
"editorconfig",
"yaml",
"front matter",
"jekyll",
"marko",
"go",
"golang",
"svg",
"elm",
"lua",
"arduino",
"crystal",
"csv",
"ejs",
"erlang",
"gherkin",
"fortran",
"haskell",
"jade",
"jsx",
"latex",
"ocaml",
"perl",
"puppet",
"riot.js",
"rust",
"spacebars",
"swig",
"tss",
"twig",
"visualforce",
"xtemplate",
"autopep8",
"coffee formatter",
"coffee-fmt",
"clang-format",
"dfmt",
"elm-format",
"html beautifier",
"csscomb",
"gherkin formatter",
"gofmt",
"latex beautify",
"fortran beautifier",
"js beautify",
"jscs fixer",
"lua beautifier",
"ocp-indent",
"perltidy",
"php-cs-fixer",
"phpcbf",
"pretty diff",
"pug beautify",
"puppet-lint",
"remark",
"rubocop",
"ruby beautify",
"rustfmt",
"sqlformat",
"stylish-haskell",
"tidy markdown",
"typescript formatter",
"yapf",
"erl_tidy",
"marko beautifier"
],
"devDependencies": {
"coffeelint": "^1.10.1",
"handlebars": "^4.0.2"
},
"scripts": {
"postinstall": "node script/build-options.js",
"prepublish": "npm run docs",
"docs": "coffee docs/",
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html"
}
}