get-package-json

1.0.0 • Public • Published

get-package-json

Get the package.json from http://registry.npmjs.com/

NPM version Build Status Dependency Status Coverage percentage

Installation

  npm install --save get-package-json

Usage

var packageJson = require('get-package-json');
 
packageJson('get-package-json')
  .then(function (res) {
    // Do something
  })
  .catch(function (err) {
    // Do something
  })

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

Created with

Yeoman and Generator-simple-package

License

MIT © NghiaTTran

Readme

Keywords

none

Package Sidebar

Install

npm i get-package-json

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nghiattran