-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
30 lines (29 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "pretty_json",
"title": "Pretty Json",
"description": "Make Your Json Pretty and Linted, turn a single line of json into multiple lines with ctrl+shift+J",
"homepage": "https://github.com/stephenkeep/brackets-pretty-json",
"version": "0.1.2",
"contributors": [
{
"name": "Daniel Stanoescu",
"url": "https://github.com/inquire",
"email": "stanoescu.dan@gmail.com"
},
{
"name": "Francisco Memoli",
"url": "https://github.com/franciscomemoli",
"email": ""
},
{
"name": "Simon Wood",
"url": "https://github.com/hpoom",
"email": ""
}
],
"author": "Stephen Keep <stephenkeep@gmail.com> (https://github.com/stephenkeep/)",
"license": "MIT",
"engines": {
"brackets": ">=0.24.0"
}
}