dependency-cruiser
Version:
Validate and visualize javascript dependencies. With your rules. ES6, CommonJS, AMD
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "dependency-cruiser",
"version": "1.5.4",
"description": "Validate and visualize javascript dependencies. With your rules. ES6, CommonJS, AMD",
"bin": {
"dependency-cruiser": "bin/dependency-cruise",
"dependency-cruise": "bin/dependency-cruise",
"depcruise": "bin/dependency-cruise"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/*.spec.js",
"lint": "eslint src test",
"nsp": "nsp check",
"npm-check-updates": "ncu --upgrade",
"test": "mocha --bail -R dot test/*/*.spec.js",
"test-long": "mocha --bail test/*/*.spec.js",
"watch": "mocha --watch --watch-extensions=json --reporter=min test/*/*.spec.js"
},
"keywords": [
"javascript",
"dependencies",
"ES6",
"ES2015",
"AMD",
"CommonJS",
"validation"
],
"author": "Sander Verweij",
"license": "MIT",
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.11.1",
"eslint-plugin-security": "1.2.0",
"intercept-stdout": "0.1.2",
"istanbul": "0.4.5",
"js-makedepend": "2.0.0",
"mocha": "3.2.0",
"npm-check-updates": "2.8.7",
"nsp": "2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sverweij/dependency-cruiser"
},
"bugs": {
"url": "https://github.com/sverweij/dependency-cruiser/issues"
},
"homepage": "https://github.com/sverweij/dependency-cruiser",
"dependencies": {
"acorn": "4.0.3",
"chalk": "1.1.3",
"commander": "2.9.0",
"figures": "2.0.0",
"handlebars": "4.0.6",
"lodash": "4.17.2",
"resolve": "1.1.7",
"safe-regex": "1.1.0",
"semver": "5.3.0"
},
"engines": {
"node": ">=4"
},
"preferGlobal": true
}