UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

60 lines (59 loc) 1.54 kB
{ "name": "broccoli-babel-transpiler", "version": "6.0.0", "description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha test.js", "test:debug": "mocha debug test.js" }, "repository": { "type": "git", "url": "https://github.com/babel/broccoli-babel-transpiler.git" }, "keywords": [ "broccoli-plugin", "transpiler", "es6", "ecmascript", "ecmascript6", "harmony", "javascript", "js" ], "author": "nightire <nightire@very-geek.com> (http://very-geek.com/)", "license": "MIT", "bugs": { "url": "https://github.com/babel/broccoli-babel-transpiler/issues" }, "homepage": "https://github.com/babel/broccoli-babel-transpiler", "dependencies": { "babel-core": "^6.14.0", "broccoli-funnel": "^1.0.0", "broccoli-merge-trees": "^1.0.0", "broccoli-persistent-filter": "^1.0.1", "clone": "^2.0.0", "hash-for-dep": "^1.0.2", "json-stable-stringify": "^1.0.0" }, "devDependencies": { "babel-plugin-transform-es2015-block-scoping": "^6.4.0", "babel-plugin-transform-es2015-classes": "^6.9.0", "babel-plugin-transform-es2015-modules-amd": "^6.4.3", "babel-plugin-transform-strict-mode": "^6.3.13", "broccoli": "^0.16.3", "broccoli-test-helpers": "0.0.8", "chai": "^3.5.0", "mkdirp": "^0.5.1", "mocha": "^3.0.2" }, "engines": { "node": ">= 4" }, "publishConfig": { "tag": "next" } }