forked from alexeyraspopov/gulp-complexity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 792 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 792 Bytes
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
{
"name": "gulp-complexity",
"version": "0.3.0",
"description": "A JavaScript complexity analysis gulp task",
"main": "index.js",
"keywords": [
"gulpplugin",
"halstead",
"cyclomatic",
"complexity",
"report",
"analysis",
"analyze"
],
"author": "Alexey Raspopov (https://github.com/alexeyraspopov)",
"repository": "alexeyraspopov/gulp-complexity",
"scripts": {
"test": "gulp test"
},
"license": "MIT",
"dependencies": {
"complexity-report": "^0.6.2",
"gulp-util": "^2.2.14",
"chalk": "^0.4.0",
"multiline": "^0.2.0",
"through2": "^0.4.1",
"string-interpolate": "^0.1.1",
"util-extend": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-jshint": "^1.5.0",
"jshint-stylish": "^0.1.5"
}
}