forked from belozer/bem-pr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bem-pr",
"description": "A set of bem-make extensions to wrap common infrastructure tasks",
"version": "0.15.0",
"repository": {
"type": "git",
"url": "git://github.com/narqo/bem-pr.git"
},
"dependencies": {
"phantomjs": "~1.9.1",
"mocha-phantomjs": "~3.5.0",
"q": "~0.9.6",
"q-io": "~1.10.6",
"bem-jsd": "~1.4.0",
"jsdtmd": "0.0.7",
"marked": "~0.3.0",
"istanbul": "~0.2.6",
"bem-environ": "~1.4.0"
},
"devDependencies": {
"bem": "~0.8.0"
},
"keywords": [
"bem",
"bem-make",
"bem-specs",
"bem-jsdoc"
],
"author": "Vladimir Varankin <varankinv@yandex-team.ru> (http://github.com/narqo)",
"contributors": [
"Mikhail Berezin <karamadjong@yandex-team.ru> (http://github.com/mishaberezin)",
"Sergey Berezhnoy <veged@yandex-team.ru> (http://github.com/veged)",
"Dmitry Filatov <dfilatov@yandex-team.ru> (http://github.com/dfilatov)",
"Sergey Belov <arikon@yandex-team.ru> (http://github.com/arikon)",
"Sergej Tatarincev <sevinf@yandex-team.ru> (http://github.com/SevInf)",
"Dmitry Unkovsky <diunko@yandex-team.ru> (http://github.com/diunko)"
],
"readmeFilename": "README.md",
"license": "MIT",
"private": true
}