Class: PackageJSONReader
Defined in: | src\pkg-json.coffee |
Overview
Reads data from package.json
Instance Method Summary
- # (void) read() Reads package.json @returns [Object] The parsed data from package.json
Constructor Details
#
(void)
constructor(options)
Create a new PackageJSONReader. It checks that package.json contains the fields [['name', 'version', 'description']]
Instance Method Details
#
(void)
read()
Reads package.json @returns [Object] The parsed data from package.json