UNPKG

dependency-cruiser

Version:

Visualize and validate javascript dependencies. With your rules. ES6, CommonJS, AMD

64 lines (63 loc) 1.62 kB
{ "name": "dependency-cruiser", "version": "1.2.2", "description": "Visualize and validate 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", "lint": "eslint src test", "nsp": "nsp check", "npm-check-updates": "ncu --upgrade", "test": "mocha -R dot test", "test-long": "mocha", "watch": "mocha --watch --watch-extensions=json --reporter=min" }, "keywords": [ "javascript", "dependencies", "ES6", "ES2015", "AMD", "CommonJS", "validation" ], "author": "Sander Verweij", "license": "MIT", "devDependencies": { "chai": "3.5.0", "eslint": "3.10.2", "eslint-plugin-security": "1.2.0", "intercept-stdout": "0.1.2", "istanbul": "0.4.5", "js-makedepend": "1.0.6", "mocha": "3.1.2", "npm-check-updates": "2.8.6", "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", "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 }