{
  "name": "kiwi-intl",
  "version": "1.2.6-beta.0",
  "description": "I18N tools for universal javascript apps, easy use & better api;",
  "main": "built/src/index.js",
  "types": "built/src/index.d.ts",
  "author": "linhuiw",
  "keywords": [
    "I18N",
    "intl",
    "react",
    "G11N",
    "L10N"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alibaba/kiwi.git"
  },
  "bugs": {
    "url": "https://github.com/alibaba/kiwi/issues"
  },
  "homepage": "https://github.com/alibaba/kiwi",
  "scripts": {
    "lint": "tslint src",
    "autofix": "tslint src --fix",
    "build": "tsc",
    "demo": "webpack-dev-server --config demo/webpack.config.js",
    "demo-build": "webpack --config demo/webpack.config.js",
    "test": "mocha --compilers ts:ts-node/register test/**/*.ts -R spec"
  },
  "dependencies": {
    "intl-messageformat": "^2.2.0",
    "lodash.get": "^4.4.2"
  },
  "devDependencies": {
    "@types/mocha": "^2.2.42",
    "@types/node": "^7.0.31",
    "babel-cli": "^6.18.0",
    "mocha": "^3.5.0",
    "ts-loader": "^2.3.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.5.0",
    "typescript": "^2.4.2",
    "webpack": "^3.3.0",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "2.9.1"
  },
  "license": "MIT"
}