-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keywords, homepage, directories and contributors added
- Loading branch information
1 parent
70d77b3
commit a98cab6
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
|
@@ -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 <[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" | ||
] | ||
} |