UNPKG

after-brunch

Version:

A micro-plugin to run commands line scripts after Brunch's compile.

25 lines (24 loc) 568 B
{ "name": "after-brunch", "version": "0.0.5", "description": "A micro-plugin to run commands line scripts after Brunch's compile.", "main": "./lib/index", "author": "s-ings", "license": "BSD", "dependencies": {}, "scripts": { "prepublish": "rm -rf lib && coffee --bare --output lib/ src/" }, "readmeFilename": "README.md", "repository": { "type": "git", "url": "https://github.com/Creative-Licence-Digital/after-brunch" }, "keywords": [ "brunch", "after", "commands", "post-compile" ], "devDependencies": {} }