UNPKG

ember-cli-bootswatch

Version:

An ember-cli addon to import a Bootswatch theme and Bootstrap files.

42 lines (41 loc) 1.21 kB
{ "name": "ember-cli-bootswatch", "description": "An ember-cli addon to import a Bootswatch theme and Bootstrap files.", "version": "2.0.3", "license": "MIT", "author": "Ryan <panman82@gmail.com>", "homepage": "https://github.com/EmberMN/ember-cli-bootswatch", "repository": { "type": "git", "url": "https://github.com/EmberMN/ember-cli-bootswatch.git" }, "bugs": { "url": "https://github.com/EmberMN/ember-cli-bootswatch/issues" }, "keywords": [ "ember-addon", "ember-cli", "ember", "bootswatch", "bootstrap", "theme", "ui" ], "scripts": { "build": "echo \"Error: this addon is not a full ember-cli addon\" && exit 1", "lint:js": "echo \"Error: this addon is not a full ember-cli addon\" && exit 1", "start": "echo \"Error: this addon is not a full ember-cli addon\" && exit 1", "test": "echo \"Error: no tests exist\" && exit 1", "test:all": "echo \"Error: no tests exist\" && exit 1" }, "engines": { "node": "6.* || >= 8.*" }, "dependencies": { "bootstrap": "^4.3.1", "bootswatch": "^4.3.1", "broccoli-funnel": "^2.0.2", "broccoli-merge-trees": "^3.0.2", "popper.js": "^1.14.7" } }