{
  "name": "ng-embed",
  "version": "2.2.0",
  "description": "An AngularJS filter to convert text into emoticons.",
  "main": "./src/ng-embed.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ritz078/ngEmoticons.git"
  },
  "author": "Ritesh Kumar <rkritesh078@gmail.com>",
  "license": "MIT",
  "keywords": [
    "emoticons",
    "angular",
    "ng-embed",
    "smiley",
    "smileys"
  ],
  "dependencies": {
    "angular": "^1.x",
    "angular-sanitize": "^1.x"
  },
  "bugs": {
    "url": "https://github.com/ritz078/ngEmbed/issues"
  },
  "homepage": "https://github.com/ritz078/ngEmbed",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.2",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^2.0.0"
  }
}
