broccoli-emblem-compiler-rails
Version:
Emblem.js precompiler for broccoli with Ruby on Rails and ember-cli-rails. This uses a modified version of emblem.js that removes a spec_helper.rb file that causes foreman and heroku multibuilpack to fail.
37 lines (36 loc) • 1.13 kB
JSON
{
"author": "Doug DeBold",
"name": "broccoli-emblem-compiler-rails",
"description": "Emblem.js precompiler for broccoli with Ruby on Rails and ember-cli-rails. This uses a modified version of emblem.js that removes a spec_helper.rb file that causes foreman and heroku multibuilpack to fail.",
"version": "0.1.0-beta",
"repository": {
"type": "git",
"url": "https://github.com/xcskier56/broccoli-emblem-compiler"
},
"keywords": [
"Ember.js",
"Handlebars.js",
"Emblem.js",
"Broccoli",
"broccoli-plugin"
],
"main": "index.js",
"licenses": [
"MIT"
],
"dependencies": {
"broccoli-filter": "^0.1.10",
"ember-template-compiler": "git+https://github.com/toranb/ember-template-compiler.git",
"emblem": "git+https://github.com/xcskier56/emblem.js.git"
},
"devDependencies": {},
"optionalDependencies": {},
"bugs": {
"url": "https://github.com/xcskier56/broccoli-emblem-compiler/issues"
},
"homepage": "https://github.com/xcskier56/broccoli-emblem-compiler",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}