forked from prettydiff/prettydiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.04 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.04 KB
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
65
66
67
68
69
70
71
72
73
{
"author" : {
"email": "info@prettydiff.com",
"name" : "Austin Cheney",
"url" : "http://prettydiff.com/"
},
"bin" : "./bin/prettydiff",
"bugs" : {
"email": "info@prettydiff.com",
"url" : "https://github.com/prettydiff/prettydiff/issues"
},
"description" : "Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.",
"homepage" : "http://prettydiff.com/",
"keywords" : [
"diff",
"prettydiff",
"pretty diff",
"pretty print",
"pretty-print",
"beautify",
"minify",
"xml",
"html",
"css",
"jsx",
"es6",
"javascript"
],
"license" : "CC0-1.0",
"main" : "prettydiff.js",
"maintainers" : [
{
"email": "info@prettydiff.com",
"name" : "austincheney"
}
],
"name" : "prettydiff",
"publication_variants": {
"browser" : {
"exclusions": ["api/node-local.js", "changelog.md", "favicon.ico", "jslint", "test"]
},
"browserNoAce": {
"exclusions": [
"ace",
"api/node-local.js",
"changelog.md",
"favicon.ico",
"jslint",
"test"
]
},
"cli" : {
"exclusions": [
"ace",
"api/dom.js",
"changelog.md",
"css",
"documentation.xhtml",
"favicon.ico",
"guide",
"index.xhtml",
"jslint",
"test"
]
}
},
"repository" : {
"type": "git",
"url" : "https://github.com/prettydiff/prettydiff"
},
"test" : "node test/lint.js",
"version" : "2.2.9"
}