-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "@haxecheckstyle/haxe-checkstyle",
"version": "2.9.0",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
"url": "git+https://github.com/HaxeCheckstyle/haxe-checkstyle.git"
},
"keywords": [
"checkstyle",
"haxe",
"standards",
"static",
"analysis",
"coding",
"style",
"cross"
],
"author": {
"name": "Alexander Blum",
"email": "[email protected]"
},
"contributors": [
{
"name": "Adi Reddy Mora"
},
{
"name": "Jens Fischer"
}
],
"devDependencies": {
"lix": "^15.12.0",
"uglify-js-es6": "^2.8.9"
},
"bugs": "https://github.com/HaxeCheckstyle/haxe-checkstyle/issues",
"license": "MIT",
"bin": {
"haxe-checkstyle": "bin/checkstyle.js"
},
"files": [
"bin"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"build": "haxe buildJS.hxml && ./uglifyCheckstyle.sh"
}
}