25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"name": "atom-beautify",
|
|
"main": "./lib/atom-beautify",
|
|
"version": "0.2.4",
|
|
"private": true,
|
|
"description": "Beautify HTML, CSS and Javascript in Atom",
|
|
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Donald Pipowitch",
|
|
"email": "pipo@senaeh.de",
|
|
"url": "https://github.com/donaldpipowitch"
|
|
},
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"dependencies": {
|
|
"config-chain": "^1.1.8",
|
|
"emissary": "^1.0.0",
|
|
"extend": "^1.2.1",
|
|
"js-beautify": "~1.4.2",
|
|
"nopt": "^2.2.1"
|
|
}
|
|
}
|