forked from beautifier/js-beautify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.63 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "js-beautify",
"version": "1.8.11",
"description": "beautifier.io for node",
"main": "js/index.js",
"bin": {
"css-beautify": "./js/bin/css-beautify.js",
"html-beautify": "./js/bin/html-beautify.js",
"js-beautify": "./js/bin/js-beautify.js"
},
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"files": [
"js/bin/",
"js/lib/*.js",
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
"scripts": {},
"bugs": "https://github.com/beautify-web/js-beautify/issues",
"homepage": "https://beautifier.io/",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
},
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"author": "Einar Lielmanis <[email protected]>",
"contributors": [
"Vital Batmanov <[email protected]>",
"Chris J. Shull <[email protected]>",
"Gian Marco Gherardi <[email protected]>",
"Stan <[email protected]>",
"Vittorio Gambaletta <[email protected]>",
"Daniel Stockman <[email protected]>",
"Harutyun Amirjanyan <[email protected]>",
"Nochum Sossonko <[email protected]>",
"Liam Newman <[email protected]>"
],
"license": "MIT",
"dependencies": {
"config-chain": "^1.1.12",
"editorconfig": "^0.15.2",
"glob": "^7.1.3",
"mkdirp": "~0.5.0",
"nopt": "~4.0.1"
},
"devDependencies": {
"benchmark": "^2.1.4",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"mustache": "^3.0.1",
"node-static": "^0.7.11",
"requirejs": "^2.3.6",
"webpack": "^4.26.0",
"webpack-command": "^0.4.2"
}
}