atom-beautify/package.json

403 lines
10 KiB
JSON
Raw Normal View History

{
2015-06-01 15:29:06 -06:00
"name": "atom-beautify",
"main": "./src/beautify",
2017-05-06 13:53:45 -06:00
"version": "0.29.24",
2015-06-01 15:29:06 -06:00
"private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
2015-06-01 15:29:06 -06:00
"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"
2014-09-17 22:58:19 -06:00
},
2015-06-01 15:29:06 -06:00
{
"name": "László Károlyi",
"url": "https://github.com/karolyi"
2014-09-17 22:58:19 -06:00
},
2015-06-01 15:29:06 -06:00
{
"name": "Marco Tanzi",
"url": "https://github.com/mtanzi"
2014-09-17 22:58:19 -06:00
},
2015-06-01 15:29:06 -06:00
{
"name": "gvn lazar suntop",
"url": "https://github.com/gvn"
2014-09-17 22:58:19 -06:00
},
2015-06-01 15:29:06 -06:00
{
"name": "Vadim K.",
"url": "https://github.com/vadirn"
2015-03-07 14:21:28 -07:00
},
2015-06-01 15:29:06 -06:00
{
"name": "Filipe Silva",
"url": "https://github.com/filipesilva"
},
2015-06-01 15:29:06 -06:00
{
"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"
2015-12-10 06:52:52 -07:00
},
{
"name": "Murphy Randle",
"url": "https://github.com/splodingsocks"
},
{
"name": "Luis Arias",
"url": "https://github.com/kaaloo"
2016-03-03 15:24:48 -07:00
},
{
"name": "Bati Sengul",
"url": "https://github.com/Focus"
2016-03-14 16:42:25 -06:00
},
{
"name": "Dheepak Krishnamurthy",
"url": "https://github.com/kdheepak89"
},
{
"name": "Ayoub Adib",
"url": "https://github.com/ayoubdev"
},
2016-04-19 15:15:36 -06:00
{
"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"
},
2016-08-09 08:06:26 -06:00
{
"name": "Sebastian DiLorenzo",
"url": "https://github.com/Sebastian-D"
},
{
"name": "Émile Bergeron",
"url": "https://github.com/emileber"
},
2016-08-13 02:34:49 -06:00
{
"name": "Louis G Vichy",
"url": "https://github.com/louisgv"
2016-09-14 14:26:46 -06:00
},
{
"name": "Elias Baryshnikov",
"url": "https://github.com/qwemaze"
},
{
"name": "Victor Uriarte",
"url": "https://github.com/vmuriart"
2016-11-20 02:23:36 -07:00
},
{
"name": "guyskk",
"url": "https://github.com/guyskk"
2017-04-15 00:10:47 -06:00
},
2017-01-30 07:39:06 -07:00
{
"name": "Denys Vitali",
"url": "https://github.com/denysvitali"
2017-04-14 22:57:31 -06:00
},
{
"name": "Daniel Brodin",
"url": "https://github.com/danielbrodin"
},
{
"name": "Anton Brok-Volchansky",
"url": "https://github.com/re6exp"
2017-04-10 00:52:35 -06:00
},
2017-01-29 13:16:35 -07:00
{
"name": "Taylon Silmer",
"url": "https://github.com/taylon"
}
2015-06-01 15:29:06 -06:00
],
"engines": {
"atom": ">=1.6.0 <2.0.0"
2015-06-01 15:29:06 -06:00
},
"dependencies": {
"align-yaml": "^0.1.8",
"async": "^2.0.1",
2015-06-01 15:29:06 -06:00
"atom-message-panel": "^1.2.4",
"atom-space-pen-views": "^2.0.5",
"bluebird": "^3.4.3",
2016-04-23 20:26:32 -06:00
"coffee-fmt": "^0.12.0",
2015-06-01 15:29:06 -06:00
"coffee-formatter": "^0.1.2",
"coffee-script": "^1.11.0",
2015-06-10 10:56:41 -06:00
"csscomb": "^3.1.7",
"diff": "3.0.0",
2016-04-23 20:26:32 -06:00
"editorconfig": "^0.13.2",
2017-01-29 13:16:35 -07:00
"eslint": "^3.13.1",
"event-kit": "^2.1.0",
"expand-home-dir": "0.0.3",
2015-09-05 06:13:15 -06:00
"extend": "^3.0.0",
"gherkin": "2.12.2",
2015-09-05 06:13:15 -06:00
"handlebars": "^4.0.2",
"js-beautify": "^1.6.3",
"jscs": "^3.0.7",
"lodash": "^4.14.2",
2015-06-01 15:29:06 -06:00
"loophole": "^1.0.0",
"marko-prettyprint": "^1.3.5",
2017-01-30 07:38:05 -07:00
"nginxbeautify": "^2.0.0",
2016-09-03 19:26:54 -06:00
"node-cljfmt": "^0.5.3-1",
"node-dir": "^0.1.16",
2015-06-01 15:29:06 -06:00
"node-uuid": "^1.4.3",
"open": "0.0.5",
2016-03-03 16:48:22 -07:00
"prettydiff": "^1.16.27",
"pug-beautify": "^0.1.1",
"remark": "^6.0.1",
"season": "^5.3.0",
2015-06-01 15:29:06 -06:00
"space-pen": "^5.1.1",
2016-04-23 20:26:32 -06:00
"strip-json-comments": "^2.0.1",
2015-06-10 10:56:41 -06:00
"temp": "^0.8.3",
"tidy-markdown": "2.0.3",
"typescript": "^1.8.10",
"typescript-formatter": "^2.3.0",
2015-06-01 15:29:06 -06:00
"underscore-plus": "^1.6.6",
"universal-analytics": "^0.4.2",
"which": "^1.2.11",
2016-04-23 20:26:32 -06:00
"winston": "^2.2.0",
2015-06-01 15:29:06 -06:00
"yaml-front-matter": "^3.2.3"
},
"activationCommands": {
"atom-workspace": [
"atom-beautify:help-debug-editor",
"atom-beautify:beautify-editor",
"atom-beautify:migrate-settings",
2015-06-01 15:29:06 -06:00
"core:save",
"core:save-as",
"atom-beautify:beautify-language-apex",
"atom-beautify:beautify-language-arduino",
"atom-beautify:beautify-language-bash",
"atom-beautify:beautify-language-c#",
"atom-beautify:beautify-language-c",
"atom-beautify:beautify-language-clojure",
"atom-beautify:beautify-language-coffeescript",
"atom-beautify:beautify-language-coldfusion",
"atom-beautify:beautify-language-c++",
"atom-beautify:beautify-language-crystal",
"atom-beautify:beautify-language-css",
"atom-beautify:beautify-language-csv",
"atom-beautify:beautify-language-d",
"atom-beautify:beautify-language-ejs",
"atom-beautify:beautify-language-elm",
"atom-beautify:beautify-language-erb",
"atom-beautify:beautify-language-erlang",
"atom-beautify:beautify-language-gherkin",
"atom-beautify:beautify-language-glsl",
"atom-beautify:beautify-language-go",
"atom-beautify:beautify-language-golang template",
"atom-beautify:beautify-language-fortran",
"atom-beautify:beautify-language-handlebars",
"atom-beautify:beautify-language-haskell",
"atom-beautify:beautify-language-html",
"atom-beautify:beautify-language-jade",
"atom-beautify:beautify-language-java",
"atom-beautify:beautify-language-javascript",
"atom-beautify:beautify-language-json",
"atom-beautify:beautify-language-jsx",
"atom-beautify:beautify-language-latex",
"atom-beautify:beautify-language-less",
"atom-beautify:beautify-language-lua",
"atom-beautify:beautify-language-markdown",
"atom-beautify:beautify-language-marko",
"atom-beautify:beautify-language-mustache",
"atom-beautify:beautify-language-nginx",
"atom-beautify:beautify-language-nunjucks",
"atom-beautify:beautify-language-objective-c",
"atom-beautify:beautify-language-ocaml",
"atom-beautify:beautify-language-pawn",
"atom-beautify:beautify-language-perl",
"atom-beautify:beautify-language-php",
"atom-beautify:beautify-language-puppet",
"atom-beautify:beautify-language-python",
"atom-beautify:beautify-language-r",
"atom-beautify:beautify-language-riot.js",
"atom-beautify:beautify-language-ruby",
"atom-beautify:beautify-language-rust",
"atom-beautify:beautify-language-sass",
"atom-beautify:beautify-language-scss",
"atom-beautify:beautify-language-spacebars",
"atom-beautify:beautify-language-sql",
"atom-beautify:beautify-language-svg",
"atom-beautify:beautify-language-swig",
"atom-beautify:beautify-language-tss",
"atom-beautify:beautify-language-twig",
"atom-beautify:beautify-language-typescript",
"atom-beautify:beautify-language-ux markup",
"atom-beautify:beautify-language-vala",
"atom-beautify:beautify-language-vue",
"atom-beautify:beautify-language-visualforce",
"atom-beautify:beautify-language-xml",
"atom-beautify:beautify-language-xtemplate",
"atom-beautify:beautify-language-yaml"
2015-06-01 15:29:06 -06:00
],
".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",
2015-06-01 15:29:06 -06:00
"uncrustify",
"java",
"apex",
2015-06-01 15:29:06 -06:00
"pawn",
"vala",
"d",
"erb",
"editorconfig",
"yaml",
"front matter",
"jekyll",
"marko",
"go",
2015-07-06 17:26:40 -06:00
"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",
2017-01-29 13:16:35 -07:00
"eslint",
"eslint fixer",
"lua beautifier",
"ocp-indent",
"perltidy",
"php-cs-fixer",
"phpcbf",
"pretty diff",
"pug beautify",
"puppet-lint",
2016-08-10 02:42:36 -06:00
"r",
"remark",
"rubocop",
"ruby beautify",
"rustfmt",
"sqlformat",
"stylish-haskell",
"tidy markdown",
"typescript formatter",
"yapf",
"erl_tidy",
"marko beautifier",
"vue",
2016-08-26 00:02:59 -06:00
"vue beautifier",
"sassconvert",
2016-09-03 19:26:54 -06:00
"formatr",
"clojure",
"clojure beautifier",
2016-09-11 18:14:44 -06:00
"nunjucks",
"ux markup",
2016-11-20 02:23:36 -07:00
"pybeautifier",
"cljfmt",
"bash",
"beautysh",
"glsl",
2017-01-30 08:38:35 -07:00
"hh_format",
"nginx",
2017-04-14 22:57:31 -06:00
"nginx beautify",
"golang template",
"align-yaml"
2015-06-01 15:29:06 -06:00
],
"devDependencies": {
"coffeelint": "^1.10.1",
2015-09-05 06:13:15 -06:00
"handlebars": "^4.0.2"
2015-06-01 15:29:06 -06:00
},
"scripts": {
2016-09-29 01:39:47 -06:00
"build-options": "node script/build-options.js",
"docs": "npm run build-options && coffee docs/",
2015-06-01 15:29:06 -06:00
"prepublish": "npm run docs",
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html"
2015-06-01 15:29:06 -06:00
}
2017-05-06 13:53:45 -06:00
}