forked from es-analysis/plato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
{
"name": "plato-esnext",
"description": "JavaScript (including ES2015) source analysis and visualizer",
"version": "1.4.5",
"homepage": "https://github.com/aaronroberson/plato-esnext",
"author": {
"name": "Jarrod Overson",
"email": "[email protected]",
"url": "http://jarrodoverson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/aaronroberson/plato-esnext.git"
},
"bugs": {
"url": "https://github.com/aaronroberson/plato-esnext/issues"
},
"bin": "bin/plato",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aaronroberson/plato-esnext/blob/master/LICENSE-MIT"
}
],
"main": "lib/plato",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-casper": "~0.4.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"keywords": [
"halstead",
"visualize",
"cyclomatic",
"complexity",
"report",
"analysis",
"analyze"
],
"dependencies": {
"complexity-report": "^2.0.0-alpha",
"escomplex-js": "~1.2.0",
"eslint": "^2.4.0",
"fs-extra": "^0.26.7",
"glob": "^7.0.3",
"jshint": "^2.9.1",
"lodash": "^4.6.1",
"posix-getopt": "^1.2.0"
}
}