forked from bem/bem-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.31 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
{
"name": "bem-calendar",
"license": "MPL-2.0",
"description": "Calendar component based on bem-components",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-calendar.git"
},
"bugs": "https://github.com/bem/bem-calendar/issues",
"author": {
"name": "seles",
"email": "[email protected]"
},
"keywords": [
"bem",
"calendar",
"components",
"controls",
"ui"
],
"files": [
"common.blocks",
"desktop.blocks",
"touch.blocks",
"touch-phone.blocks",
"README.ru.md"
],
"dependencies": {},
"devDependencies": {
"bower": "^1.8.0",
"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.2.0",
"enb-borschik": "^2.4.0",
"enb-js": "^1.1.0",
"enb-magic-factory": "^0.5.0",
"enb-magic-platform": "^0.7.0",
"enb-modules": "^0.4.0",
"enb-stylus": "^2.4.0",
"eslint": "^3.15.0",
"eslint-config-pedant": "^0.8.0",
"eslint-plugin-bem-xjst": "^2.1.0"
},
"peerDependencies": {
"bem-components": "^5.0.0"
},
"scripts": {
"deps": "bower install",
"start": "enb server",
"lint": "eslint .",
"test": "npm run lint && npm run deps && magic run tmpl-specs"
},
"engines": {
"node": ">=4"
}
}