get-package-json
v1.0.0
Published
Get the package.json from http://registry.npmjs.com/
Downloads
8
Readme
get-package-json
Get the package.json from http://registry.npmjs.com/
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