List the dependencies in the package.json of the current project.
npm i list-deps --save
var deps = require('list-deps');
//=> {"load-pkg":"^1.1.1"}
deps('devDependencies');
//=> {"helper-related":"^0.1.0","mocha":"*","should":"*"}
Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on March 05, 2015.