UNPKG

broccoli-brocfile-loader

Version:

Find and load Brocfile.js files for use with the Broccoli asset builder

37 lines (36 loc) 760 B
{ "name": "broccoli-brocfile-loader", "description": "Find and load Brocfile.js files for use with the Broccoli asset builder", "version": "0.18.0", "author": "Jo Liss <joliss42@gmail.com>", "main": "lib/index.js", "files": [ "lib" ], "license": "MIT", "keywords": [ "builder", "build", "frontend", "browser", "asset", "pipeline" ], "repository": { "type": "git", "url": "https://github.com/ember-cli/broccoli-brocfile-loader" }, "homepage": "https://github.com/ember-cli/broccoli-brocfile-loader", "dependencies": { "findup-sync": "^0.4.2" }, "devDependencies": { "jshint": "~2.6.3" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "jshint lib test" } }