grunt-complexity
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -17,3 +17,2 @@ /*global module:false*/ | ||
} | ||
@@ -20,0 +19,0 @@ }); |
{ | ||
"name": "grunt-complexity", | ||
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/vigetlabs/grunt-complexity.git", | ||
"author": { | ||
"name": "Nate Hunzaker", | ||
"email": "nate.hunzaker@viget.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vigetlabs/grunt-complexity" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/vigetlabs/grunt-complexity/issues" | ||
}, | ||
"licence": "MIT", | ||
"main": "grunt.js", | ||
"readmeFilename": "readme.md", | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"dependencies": { | ||
"grunt": ">= 0.3.x", | ||
"complexity-report": "0.6.x" | ||
}, | ||
"dev-dependencies": { | ||
"mocha": "~1.8.1" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"complexity", | ||
"halstead", | ||
"cyclomatic" | ||
] | ||
"name": "grunt-complexity", | ||
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/vigetlabs/grunt-complexity.git", | ||
"author": { | ||
"name": "Nate Hunzaker", | ||
"email": "nate.hunzaker@viget.com", | ||
"url": "http://viget.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vigetlabs/grunt-complexity" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/vigetlabs/grunt-complexity/issues" | ||
}, | ||
"licences": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
} | ||
], | ||
"main": "grunt.js", | ||
"readmeFilename": "readme.md", | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"grunt": ">= 0.3.x", | ||
"complexity-report": "0.6.x" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.8.1" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"complexity", | ||
"halstead", | ||
"cyclomatic" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
156450
0
1