UNPKG

ember-cli-es5-shim

Version:

This Ember CLI addon imports the es5-shim for your for add/addon.

30 lines (29 loc) 713 B
{ "name": "ember-cli-es5-shim", "version": "0.3.0", "desc": "An Ember CLI addon to import the es5-shim (using a generator)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/pixelhandler/ember-cli-es5-shim" }, "bugs": { "url": "https://github.com/pixelhandler/ember-cli-es5-shim/issues" }, "homepage": "https://github.com/pixelhandler/ember-cli-es5-shim", "engines": { "node": ">= 0.10.0" }, "author": "Bill Heaton <pixelhandler@gmail.com>", "license": "MIT", "keywords": [ "ember-addon", "ember-cli-es5-shim", "ember-cli", "es5", "shim" ] }