{
  "name": "display-name",
  "version": "1.0.1",
  "description": "Make correct first name/last name combination among differerent languages",
  "main": "displayName.ts",
  "author": {
    "name": "Tai-Lun Tseng"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/teaualune/displayName.git"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "uglify-js": "^2.4.24"
  },
  "scripts": {
    "build": "node build",
    "test": "mocha"
  },
  "bugs": {
    "url": "https://github.com/teaualune/displayName/issues"
  },
  "homepage": "https://github.com/teaualune/displayName"
}
