forked from the-simian/es6-plato
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "es6-plato",
"description": "JavaScript source analysis and visualizer",
"version": "1.0.16",
"homepage": "https://github.com/the-simian/es6-plato",
"author": {
"name": "Jessse Harlin",
"email": "harlinjesse@gmail.com",
"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": "node --harmony ./node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-casper": "0.2.6",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~3.1.0",
"grunt-contrib-watch": "~1.0.0"
},
"keywords": [
"halstead",
"visualize",
"cyclomatic",
"complexity",
"report",
"analysis",
"analyze"
],
"dependencies": {
"eslint": "^4.13.0",
"fs-extra": "^4.0.0",
"globby": "7.1.1",
"lodash": "^4.17.4",
"posix-getopt": "^1.2.0",
"typhonjs-escomplex": "0.0.12"
}
}