-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bem-tools-find",
"version": "0.0.2",
"description": "Tool for bem-entities lookup",
"main": "lib/find",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "istanbul test _mocha -- --recursive test/",
"cover": "istanbul cover _mocha -- --recursive test/",
"prepush": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bem-incubator/bem-tools-find.git"
},
"keywords": [
"bem",
"find",
"lookup",
"tools",
"bem-tools"
],
"maintainers": [
"Sergey Berezhnoy <veged@yandex-team.ru>"
],
"contributors": [
"Andrey Kuznetsov <andrey.kuznetsov48@yandex.ru> (http://github.com/tormozz48)",
"Ilia Isupov <matumbaman@yandex-team.ru> (http://github.com/SwinX)",
"Sergey Berezhnoy <veged@yandex-team.ru>"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bem-incubator/bem-tools-find/issues"
},
"homepage": "https://github.com/bem-incubator/bem-tools-find#readme",
"dependencies": {
"@bem/sdk.config": "^0.0.2",
"@bem/sdk.naming.entity": "^0.2.3",
"@bem/sdk.walk": "^0.1.0",
"JSONStream": "^1.0.7",
"chalk": "^1.1.1",
"coa": "^1.0.1",
"flow-tostring": "^1.0.1",
"lodash": "^3.10.1",
"pretty-tree": "^1.0.0",
"table": "^3.7.4",
"through2": "^2.0.0",
"through2-filter": "^2.0.0",
"through2-map": "^2.0.0"
},
"devDependencies": {
"@bem/sdk.file": "^0.2.3",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"eslint": "^4.8.0",
"eslint-config-pedant": "^0.10.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"peerDependencies": {
"bem-tools-core": "^0.0.3"
}
}