-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "bem-stat-counters",
"version": "3.0.0",
"description": "The lib, which provides statistics counters, e.g. Google analytics, Yandex metrica, etc",
"main": "index.js",
"scripts": {
"lint": "jshint-groups **/* && jscs .",
"deps": "bower i --allow-root",
"tmpl-specs": "magic run tmpl-specs",
"test": "npm run lint && npm run deps && npm run tmpl-specs"
},
"repository": {
"type": "git",
"url": "https://github.com/bem-contrib/stat-counters.git"
},
"keywords": [
"BEM",
"bem",
"google-analytics",
"yandex",
"metrics",
"statcounter",
"яндекс",
"метрика",
"счетчик"
],
"author": "Yuriy Remnev <yura_remnev@mail.ru>",
"contributors": [
"Alexey Yaroshevich <zxqfox@gmail.com>"
],
"devDependencies": {
"bower": "1.8.4",
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bem-tmpl-specs": "^1.3.3",
"enb-bemxjst": "^8.10.4",
"enb-bh": "^1.1.0",
"enb-magic-factory": "^0.6.0",
"enb-magic-platform": "^0.7.0",
"jscs": "^2.9.0",
"jscs-bem": "^0.2.0",
"jshint": "^2.9.1",
"jshint-groups": "^0.8.0",
"mocha": "~2.4.5"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bem-contrib/stat-counters/issues"
},
"homepage": "https://github.com/bem-contrib/stat-counters",
"files": [
"/common.blocks/*/!(*.tmpl-specs)"
]
}