{
  "name": "ng-pinyin",
  "version": "0.3.0",
  "description": "Angular directive and filter for dynamic rendering of pinyin tone diactrics",
  "keywords": [
    "angular",
    "pinyin",
    "chinese",
    "mandarin",
    "directive",
    "filter"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/iensu/ng-pinyin"
  },
  "main": "ng-pinyin.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-connect": "^0.8.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-bump": "0.0.15",
    "grunt-karma": "^0.8.3",
    "grunt-ngmin": "0.0.3",
    "karma": "^0.12.22",
    "karma-jasmine": "^0.1.5",
    "karma-phantomjs-launcher": "^0.1.4"
  },
  "scripts": {
    "postinstall": "bower install",
    "test": "grunt unittest"
  },
  "author": "jens ostlund <jostlund@gmail.com>",
  "license": "MIT"
}
