UNPKG

cubx-dependency-resolver

Version:

Npm package to resolve the dependencies of a list of artifacts

57 lines (56 loc) 1.55 kB
{ "name": "cubx-dependency-resolver", "version": "1.3.2", "description": "Npm package to resolve the dependencies of a list of artifacts", "main": "lib/cubx-dependency-resolver.js", "bin": { "cubx-dependency-resolver": "./bin/cubx-dependency-resolver.js" }, "scripts": { "prepublish": "npm run-script lint", "lint": "eslint lib/**/*.js bin/**/*.js test/unit/**/*.js *.js", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/cubbles/cubx-dependency-resolver.git" }, "keywords": [ "Dependency", "Resolver", "Cubbles", "Artifacts" ], "author": "Eddwin Gamboa", "license": "MIT", "bugs": { "url": "https://github.com/cubbles/cubx-dependency-resolver/issues" }, "homepage": "https://github.com/cubbles/cubx-dependency-resolver#readme", "devDependencies": { "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.1.0", "grunt": "^1.0.3", "grunt-shell": "^2.1.0", "ink-docstrap": "^1.1.1", "jsdoc": "^3.4.0", "load-grunt-configs": "^1.0.0", "load-grunt-tasks": "^4.0.0", "mocha": "^5.2.0", "proxyquire": "^2.0.1", "sinon": "^5.0.7", "sinon-chai": "^3.0.0", "time-grunt": "~1.4.0" }, "dependencies": { "axios": "^0.18.0", "command-line-args": "^5.0.2", "fs-extra": "^6.0.1", "path": "^0.12.7" } }