UNPKG

914 BJSONView Raw
1{
2 "name": "pretur.i18n",
3 "version": "0.15.2",
4 "description": "Internationalization using MessageFormat",
5 "main": "lib/main.js",
6 "typings": "lib/main.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "rimraf lib && tsc",
12 "prepublishOnly": "npm run build"
13 },
14 "keywords": [
15 "pretur",
16 "i18n",
17 "internationalization",
18 "messageformat",
19 "localization",
20 "l10n"
21 ],
22 "author": "Ali Taheri Moghaddar",
23 "license": "MIT",
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/pretur/pretur"
27 },
28 "bugs": {
29 "url": "https://github.com/pretur/pretur/issues"
30 },
31 "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.i18n",
32 "dependencies": {
33 "@types/node": "^7.0.8",
34 "messageformat": "^1.0.2",
35 "tslib": "^1.6.0"
36 },
37 "devDependencies": {
38 "rimraf": "^2.6.1",
39 "typescript": "^2.3.0-dev.20170312"
40 }
41}