UNPKG

1.23 kBJSONView Raw
1{
2 "name": "grunt-complexity",
3 "description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.",
4 "version": "0.3.1",
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 "licences": [
19 {
20 "type": "MIT",
21 "url": "http://opensource.org/licenses/MIT"
22 }
23 ],
24 "main": "grunt.js",
25 "readmeFilename": "readme.md",
26 "engines": {
27 "node": ">=0.8.0"
28 },
29 "scripts": {
30 "test": "mocha"
31 },
32 "dependencies": {
33 "grunt": ">=0.4.x",
34 "complexity-report": "0.6.x",
35 "fs-extra": "~0.8.1"
36 },
37 "devDependencies": {
38 "chai": "1.4.2",
39 "grunt": ">=0.4.1",
40 "grunt-complexity": "https://github.com/vigetlabs/grunt-complexity/tarball/master",
41 "grunt-contrib-jshint": "0.1.x",
42 "grunt-simple-mocha": "0.3.x",
43 "mocha": "~1.8.1",
44 "sinon": "^1.10.2"
45 },
46 "keywords": [
47 "gruntplugin",
48 "complexity",
49 "halstead",
50 "cyclomatic"
51 ]
52}