io_parsepackage
v0.0.52
Published
CI Project template
Readme
io_parsepackage 
CI Project template
User story
- AS A "JavaScript developer"
- I WANT TO "reference the package.json file of a project"
- SO THAT I CAN "extract project properties"
- Part of See it Done project.
Version Notes:
- 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
- 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
- 2.?.? - Only tagged versions released. Module is regarded stable and in production.
npm
npm i io_parsepackage -s
yarn
yarn add io_parsepackage
Usage
Node
const _package = require('io_parsepackage')(This README file was generated by https://github.com/perezlamed/lamed_readme)

