Skip to content

Commit

Permalink
keywords, homepage, directories and contributors added
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Mar 28, 2016
1 parent 70d77b3 commit a98cab6
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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",
Expand All @@ -32,5 +40,36 @@
"jshint": "^2.7.0",
"mocha": "2.4.5",
"chai": "3.5.0"
}
},
"author": "Fedor Indutny <[email protected]>",
"maintainers": [
"Vyacheslav Oliyanchuk <[email protected]>"
],
"contributors": [
"Vladimir Grinenko <[email protected]>",
"Sergey Berezhnoy <[email protected]>",
"Alexej Yaroshevich <[email protected]>",
"Roman Rozhdestvenskiy <[email protected]>",
"Andrew Abramov <[email protected]>",
"Mikhail Troshev <[email protected]>",
"Sergey Belov <[email protected]>",
"Alexander Savin <[email protected]>",
"Vladilen Kozin <[email protected]>"
],
"directories": {
"bin": "./bin",
"doc": "./docs",
"lib": "./lib"
},
"files": [
"bench/",
"bin/",
"docs/",
"lib/",
"test/"
"index.js",
"CHANGELOG.md",
"README.md",
"README.ru.md"
]
}

0 comments on commit a98cab6

Please sign in to comment.