diff --git a/package.json b/package.json index 3519f470..7990a240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,11 @@ { "name": "bem-xjst", "version": "6.2.0", + "description": "Declarative Template Engine for the browser and server", + "keywords": [ + "template", "templates", "templating", "views", "bem-xjst", + "html", "bem", "template engine" + ], "bin": { "bem-xjst": "bin/bem-xjst" }, @@ -18,7 +23,10 @@ "type": "git", "url": "git://github.com/bem/bem-xjst.git" }, - "author": "Fedor Indutny", + "bugs": { + "url": "https://github.com/bem/bem-xjst/issues" + }, + "homepage": "https://github.com/bem/bem-xjst", "license": "MPL-2.0", "dependencies": { "coa": "~0.3.9", @@ -32,5 +40,36 @@ "jshint": "^2.7.0", "mocha": "2.4.5", "chai": "3.5.0" - } + }, + "author": "Fedor Indutny ", + "maintainers": [ + "Vyacheslav Oliyanchuk " + ], + "contributors": [ + "Vladimir Grinenko ", + "Sergey Berezhnoy ", + "Alexej Yaroshevich ", + "Roman Rozhdestvenskiy ", + "Andrew Abramov ", + "Mikhail Troshev ", + "Sergey Belov ", + "Alexander Savin ", + "Vladilen Kozin " + ], + "directories": { + "bin": "./bin", + "doc": "./docs", + "lib": "./lib" + }, + "files": [ + "bench/", + "bin/", + "docs/", + "lib/", + "test/", + "index.js", + "CHANGELOG.md", + "README.md", + "README.ru.md" + ] }