UNPKG

pretur.i18n

Version:
42 lines (41 loc) 915 B
{ "name": "pretur.i18n", "version": "0.29.0", "description": "Internationalization using MessageFormat", "main": "lib/main.js", "typings": "lib/main.d.ts", "files": [ "lib" ], "scripts": { "build": "rimraf lib && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "pretur", "i18n", "internationalization", "messageformat", "localization", "l10n" ], "author": "Ali Taheri Moghaddar", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pretur/pretur" }, "bugs": { "url": "https://github.com/pretur/pretur/issues" }, "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.i18n", "dependencies": { "@types/node": "^8.0.53", "messageformat": "^1.1.0", "tslib": "^1.8.0" }, "devDependencies": { "rimraf": "^2.6.2", "typescript": "^2.7.0-dev.20171031" } }