Thu Apr 02 2015 14:37:31 GMT+0800 (China Standard Time)
false
ember-metal(latest: 0.9.2) Ember.js package that provides observers, computed properties and mixins. This package is very low-level; you should consider using ember-runtime instead.
ember-runtime(latest: 0.9.2) Ember.js package that provides a classical object model, bindings, observers, computed properties and other conveniences. Great for use on the server or in the browser. Does not have a requirement on DOM.
broccoli-watched-tree(latest: 0.1.2) Broccoli utlility for creating Trees for directories to be watched but not generate any files.
ember-cli-string-utils(latest: 1.1.0) string utils extracted for other addons and blueprints
ember-cli-app-blueprint-test(latest: 1.0.0) This is an example repository (used by ember-cli's own test suite)
that demonstrates how to provide a blueprint for use with the
`--blueprint=https://github.com/ember-cli/app-blueprint-test.git`
command line argument.
broccoli-config-loader(latest: 1.0.1) Write your project's environments' configs out to JSON files.
broccoli-unwatched-tree(latest: 0.1.3) Broccoli utlility for creating Trees that are not watched by the standard Broccoli::Watcher, but behave like standard trees.
ember-build-utilities(latest: 0.4.0) Utilities for constructing ember-cli based pipelines
ember-native-dom-event-dispatcher(latest: 0.6.4) Replace the default Ember event dispatcher with one that uses native DOM events. With ember@2.9.0+ allows ember-cli app usage without jQuery...
broccoli-test-helper(latest: 2.0.0) Test helpers for BroccoliPlugins that make testing build and rebuild behavior dead simple and expect diff friendly.
ember-welcome-page(latest: 4.0.0) Welcome page for Ember CLI applications
heimdalljs-graph(latest: 1.0.0) `heimdalljs-graph` is intended to be the primary entry point for doing visualizations with data gathered by [Heimdall](https://github.com/heimdalljs/heimdalljs-lib).
ember-cli-content-security-policy(latest: 1.1.1) This addon adds the Content-Security-Policy header to response sent from the Ember CLI Express server.
ember-cli-cjs-transform(latest: 2.0.0) Add a CJS tranform for use with ember-cli's `app.import` API.
ember-cli-inject-live-reload(latest: 2.0.2) Plugin for ember-cli that injects live-reload script into HTML content.
git-repo-info(latest: 2.1.1) Retrieve current sha and branch name from a git repo.
ember-cli-htmlbars-inline-precompile-codemod(latest: 1.0.0) Automatically codemod from usage of `import hbs from 'htmlbars-inline-precompile'` to `import { hbs } from 'ember-cli-htmlbars'`
ember-copy(latest: 2.0.1) Ember addon to replace deprecated copy function and Copyable mixin
simple-html-tokenizer(latest: 0.5.10) Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.