forked from deedubs/es6-plato
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "es6-plato",
"description": "JavaScript source analysis and visualizer",
"version": "1.2.4",
"homepage": "https://github.com/the-simian/es6-plato",
"author": {
"name": "Jessse Harlin",
"email": "[email protected]",
"url": "http://jesseharlin.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/the-simian/es6-plato"
},
"bugs": {
"url": "https://github.com/the-simian/es6-plato/issues"
},
"bin": "bin/plato",
"license": "MIT",
"main": "lib/plato",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "echo 'TODO: Replace Grunt'"
},
"devDependencies": {},
"keywords": [
"halstead",
"visualize",
"cyclomatic",
"complexity",
"report",
"analysis",
"analyze"
],
"dependencies": {
"eslint": "6.2.2",
"eslint-plugin-react": "7.14.3",
"fs-extra": "8.1.0",
"globby": "10.0.1",
"lodash": "^4.17.19",
"posix-getopt": "^1.2.0",
"typhonjs-escomplex": "0.0.12",
"unixify": "^1.0.0"
}
}