1.0.0 • Published 8 years ago

package-lifecycle v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

package-lifecycle

Handle package lifecycle events

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install package-lifecycle --save

Tests

npm install
npm test

Dependencies

  • immutable-object-methods: Update normal plain javascript object, immutable style. Simlar to how immutable.js, seamless-immutable etc does it but a lot smaller and simpler.
  • mz: modernize node.js to current ECMAScript standards
  • npm-path: Get a PATH with all executables available to npm scripts.
  • promisify-function: Turn a callback-style function into a function that returns a promise
  • then-read-json: Read JSON file using promises

Dev Dependencies

License

MIT

Generated by package-json-to-readme