UNPKG

367 BJSONView Raw
1{
2 "name": "es-beautifier",
3 "description": "atom package for es-beautfier",
4 "version": "0.1.1-atom",
5 "repository": "dai-shi/es-beautifier#atom",
6 "dependencies": {
7 "es-beautifier": "^0.6.0"
8 },
9 "engines": {
10 "atom": "*"
11 },
12 "eslintConfig": {
13 "settings": {
14 "import/core-modules": [
15 "atom"
16 ]
17 }
18 },
19 "license": "MIT"
20}