2014-03-03 00:51:16 -07:00
|
|
|
{
|
2014-03-04 00:07:45 -07:00
|
|
|
"name": "atom-beautify",
|
2014-08-10 15:51:44 -06:00
|
|
|
"main": "./lib/beautify",
|
2014-09-08 21:31:12 -06:00
|
|
|
"version": "0.9.0",
|
2014-03-04 00:07:45 -07:00
|
|
|
"private": true,
|
2014-08-08 11:38:28 -06:00
|
|
|
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, and SQL in Atom",
|
2014-06-14 17:13:32 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-07-03 00:41:22 -06:00
|
|
|
"url": "https://github.com/Glavin001/atom-beautify"
|
2014-06-14 17:13:32 -06:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-07-03 00:41:22 -06:00
|
|
|
"url": "https://github.com/Glavin001/atom-beautify/issues"
|
2014-06-14 17:13:32 -06:00
|
|
|
},
|
2014-03-04 00:07:45 -07:00
|
|
|
"license": "MIT",
|
2014-03-03 00:51:16 -07:00
|
|
|
"author": {
|
2014-07-03 00:41:22 -06:00
|
|
|
"name": "Glavin Wiechert",
|
|
|
|
"email": "glavin.wiechert@gmail.com",
|
|
|
|
"url": "https://github.com/Glavin001"
|
2014-03-03 00:51:16 -07:00
|
|
|
},
|
2014-06-14 17:31:37 -06:00
|
|
|
"contributors": [
|
|
|
|
{
|
2014-07-03 00:41:22 -06:00
|
|
|
"name": "Donald Pipowitch",
|
|
|
|
"email": "pipo@senaeh.de",
|
|
|
|
"url": "https://github.com/donaldpipowitch"
|
2014-06-14 17:31:37 -06:00
|
|
|
},
|
|
|
|
{
|
2014-07-03 00:41:22 -06:00
|
|
|
"name": "László Károlyi",
|
|
|
|
"url": "https://github.com/karolyi"
|
2014-06-14 17:31:37 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2014-06-14 17:13:32 -06:00
|
|
|
"keywords": [
|
|
|
|
"atom",
|
|
|
|
"beautify",
|
|
|
|
"beautifier",
|
|
|
|
"js-beautify",
|
|
|
|
"format",
|
|
|
|
"pretty",
|
|
|
|
"html",
|
|
|
|
"handlebars",
|
|
|
|
"xml",
|
|
|
|
"css",
|
|
|
|
"javascript",
|
|
|
|
"json",
|
|
|
|
"css",
|
|
|
|
"sass",
|
|
|
|
"scss",
|
|
|
|
"less",
|
2014-06-15 15:37:11 -06:00
|
|
|
"sql",
|
2014-06-15 20:11:01 -06:00
|
|
|
"php",
|
2014-06-15 21:09:12 -06:00
|
|
|
"python",
|
2014-08-03 21:31:34 -06:00
|
|
|
"ruby",
|
2014-08-08 11:38:28 -06:00
|
|
|
"coffeescript",
|
|
|
|
"c",
|
|
|
|
"c++",
|
|
|
|
"cpp",
|
|
|
|
"objective-c",
|
|
|
|
"c-sharp",
|
|
|
|
"c#",
|
|
|
|
"uncrustify",
|
|
|
|
"java",
|
|
|
|
"pawn",
|
|
|
|
"vala",
|
2014-09-08 15:50:54 -06:00
|
|
|
"d",
|
|
|
|
"erb"
|
2014-06-14 17:13:32 -06:00
|
|
|
],
|
2014-03-03 00:51:16 -07:00
|
|
|
"engines": {
|
2014-03-04 00:07:45 -07:00
|
|
|
"atom": ">0.50.0"
|
2014-03-03 00:51:16 -07:00
|
|
|
},
|
2014-03-04 00:07:45 -07:00
|
|
|
"dependencies": {
|
2014-05-12 13:44:05 -06:00
|
|
|
"emissary": "^1.0.0",
|
|
|
|
"extend": "^1.2.1",
|
2014-06-12 21:16:39 -06:00
|
|
|
"js-beautify": "~1.5.1",
|
2014-06-12 18:29:34 -06:00
|
|
|
"lodash": "2.4.1",
|
2014-06-14 17:31:37 -06:00
|
|
|
"strip-json-comments": "^0.1.3",
|
2014-06-15 15:37:11 -06:00
|
|
|
"js-yaml": "^3.0.2",
|
2014-07-12 09:02:21 -06:00
|
|
|
"temp": "^0.8.0",
|
2014-09-08 16:11:17 -06:00
|
|
|
"prettydiff": "^1.2.1",
|
2014-08-03 14:12:07 -06:00
|
|
|
"node-uuid": "^1.4.1",
|
2014-08-03 21:31:34 -06:00
|
|
|
"analytics-node": "^1.0.2",
|
2014-09-07 22:02:23 -06:00
|
|
|
"coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",
|
|
|
|
"atom-message-panel": "^1.1.1"
|
2014-08-08 23:24:08 -06:00
|
|
|
}
|
2014-03-03 00:51:16 -07:00
|
|
|
}
|