UNPKG

1.14 kBJSONView Raw
1{
2 "name": "grunt-complexity",
3 "description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/vigetlabs/grunt-complexity.git",
6 "author": {
7 "name": "Nate Hunzaker",
8 "email": "nate.hunzaker@viget.com",
9 "url": "http://viget.com"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/vigetlabs/grunt-complexity"
14 },
15 "bugs": {
16 "url": "https://github.com/vigetlabs/grunt-complexity/issues"
17 },
18 "license": "MIT",
19 "main": "grunt.js",
20 "readmeFilename": "readme.md",
21 "scripts": {
22 "test": "mocha"
23 },
24 "dependencies": {
25 "fs-extra": "~0.30.0",
26 "grunt": ">=0.4.x",
27 "lodash": "^4.15.0",
28 "typhonjs-escomplex": "0.0.12"
29 },
30 "devDependencies": {
31 "chai": "3.5.0",
32 "grunt": ">=0.4.1",
33 "grunt-complexity": "https://github.com/vigetlabs/grunt-complexity/tarball/master",
34 "grunt-contrib-jshint": "~1.0.0",
35 "grunt-simple-mocha": "~0.4.1",
36 "mocha": "~3.0.2",
37 "sinon": "^1.10.2"
38 },
39 "keywords": [
40 "gruntplugin",
41 "complexity",
42 "halstead",
43 "cyclomatic"
44 ]
45}