{
  "name": "feast",
  "version": "1.4.0",
  "author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
  "license": "MIT",
  "description": "Feast — Экспериментальный шаблонизатор на основе xhtml-синтаксиса с конвертацией в vdom",
  "main": "feast.js",
  "typings": "feast.d.ts",
  "scripts": {
    "build": "grunt build",
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.corp.mail.ru:mail/feast.git"
  },
  "files": [
    "*.js",
    "*.json",
    "*.d.ts",
    "src",
    "vendor"
  ],
  "jam": {
    "main": "feast.js"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-qunit-istanbul": "1.0.0",
    "grunt-contrib-requirejs": "^1.0.0"
  },
  "dependencies": {
    "@types/react": "^15.0.16",
    "xml2js": "^0.4.19"
  }
}
