UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

56 lines (55 loc) 1.29 kB
{ "name": "ember-intl", "description": "Ember toolbox for internationalization.", "version": "1.1.3", "directories": { "doc": "doc", "test": "tests" }, "scripts": { "start": "ember server", "build": "ember build", "test": "ember test" }, "repository": { "type": "git", "url": "http://github.com/yahoo/ember-intl.git" }, "engines": { "node": ">= 0.10.0" }, "author": "jason.mitchell.w@gmail.com", "contributors": [ { "name": "Gabor Babicz", "email": "gabor.babicz@gmail.com" } ], "license": "BSD-3-Clause", "dependencies": { "broccoli-filter": "^0.1.11", "broccoli-funnel": "^0.2.0", "cldr": "2.3.2", "ember-cli-htmlbars": "^0.6.0", "intl": "0.1.4", "intl-messageformat": "1.0.4", "intl-relativeformat": "1.0.3", "serialize-javascript": "^1.0.0" }, "devDependencies": { "broccoli-merge-trees": "^0.2.1", "broccoli-static-compiler": "^0.2.1", "ember-cli": "0.1.12", "ember-cli-inject-live-reload": "^1.3.0", "ember-cli-qunit": "^0.3.1", "ember-code-snippet": "^0.1.3", "ember-template-compiler": "*1.9.0-alpha", "express": "^4.8.5" }, "keywords": [ "ember-addon" ], "ember-addon": { "configPath": "tests/dummy/config" } }