atom-beautify/package.json

24 lines
523 B
JSON

{
"name": "atom-beautify",
"main": "./lib/atom-beautify",
"version": "0.2.0",
"private": true,
"description": "Beautify HTML, CSS and Javascript in Atom",
"activationEvents": [
"beautify"
],
"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": {
"js-beautify": "~1.4.2"
}
}