{
  "name": "ng-pinyin",
  "version": "0.3.0",
  "authors": [
    "jens ostlund <jostlund@gmail.com>"
  ],
  "description": "Angular directive and filter for dynamic rendering of pinyin tone diactrics",
  "homepage": "https://github.com/iensu/ng-pinyin",
  "main": "ng-pinyin.js",
  "keywords": [
    "pinyin",
    "angular",
    "chinese",
    "mandarin",
    "directive",
    "filter"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "karma.conf.js",
    "Gruntfile.js"
  ],
  "dependencies": {
    "angular": "~1.2.22"
  },
  "devDependencies": {
    "angular-mocks": "~1.2.23"
  }
}
