2014-03-03 00:51:16 -07:00
|
|
|
{
|
2014-03-04 00:07:45 -07:00
|
|
|
"name": "atom-beautify",
|
|
|
|
"main": "./lib/atom-beautify",
|
2014-05-12 13:44:05 -06:00
|
|
|
"version": "0.2.3",
|
2014-03-04 00:07:45 -07:00
|
|
|
"private": true,
|
2014-03-03 00:51:16 -07:00
|
|
|
"description": "Beautify HTML, CSS and Javascript in Atom",
|
|
|
|
"repository": "https://github.com/donaldpipowitch/atom-beautify",
|
2014-03-04 00:07:45 -07:00
|
|
|
"license": "MIT",
|
2014-03-03 00:51:16 -07:00
|
|
|
"author": {
|
|
|
|
"name": "Donald Pipowitch",
|
|
|
|
"email": "pipo@senaeh.de",
|
|
|
|
"url": "https://github.com/donaldpipowitch"
|
|
|
|
},
|
|
|
|
"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
|
|
|
"config-chain": "^1.1.8",
|
|
|
|
"emissary": "^1.0.0",
|
|
|
|
"extend": "^1.2.1",
|
2014-03-12 00:03:34 -06:00
|
|
|
"js-beautify": "~1.4.2",
|
2014-05-12 13:44:05 -06:00
|
|
|
"nopt": "^2.2.1"
|
2014-03-03 00:51:16 -07:00
|
|
|
}
|
|
|
|
}
|