UNPKG

react-globalize

Version:

Bringing the i18n functionality of Globalize, backed by CLDR, to React

19 lines (17 loc) 479 B
{ "name": "react-globalize-example", "description": "Examples demonstrating use of the components", "main": "index.js", "devDependencies": { "browserify": "^6.3.3", "reactify": "^0.17.1" }, "dependencies": { "cldr-data": "~26.0.9", "react": "~0.13.1", "globalize": "~1.0.0-alpha.18" }, "scripts": { "build": "mkdir -p react-globalize && cp ../dist/*.js react-globalize/ && browserify --debug --transform reactify index.js > app.js" } }