-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 2.13 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
{
"author": "Evgeniy Baranov <[email protected]>",
"name": "ap-components",
"version": "2.1.4",
"repository": {
"type": "git",
"url": "git://github.com/appwilio/ap-components.git"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@bem/sdk.config": "0.0.6",
"bem-core": "^4.3.1",
"bem-components": ">=5.0",
"bem-scrollspy": "github:belozer/bem-scrollspy#master",
"bem-forms": "github:bem-contrib/bem-forms#v2.0.0",
"bem-pr": "https://github.com/narqo/bem-pr.git#0.12.0",
"bem-social": "https://github.com/bem-contrib/bem-social.git#master",
"borschik": "1.7.0",
"borschik-tech-cleancss": "2.1.0",
"enb": "1.5.1",
"enb-bem-specs": "https://github.com/kompolom/enb-bem-specs#33@add-template-engine-option",
"enb-bem-techs": "2.2.2",
"enb-bem-tmpl-specs": "~0.15.1",
"enb-bemxjst": "6.4.0",
"enb-bh": "1.0.0",
"enb-borschik": "2.5.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",
"http-server": "^0.7.2",
"istanbul": "0.3.5",
"jscs": "^1.11.2",
"jscs-bem": "^0.2.0",
"jshint": "2.6.0",
"jshint-groups": "0.7.0",
"stylus": "0.54.5",
"svgo": "0.5.0",
"vow": "~0.4.0",
"ym": "^0.1.0"
},
"optionalDependencies": {
"bem": "2.0.0",
"bem-tools-create": "2.2.0"
},
"scripts": {
"start": "magic server",
"build-gemini": "magic make desktop.tests",
"test": "npm run ${TEST_SCOPE:-test-all}",
"test-specs": "magic run specs",
"test-tmpls": "magic run tmpl-specs",
"lint": "jshint-groups && jscs .",
"unit": "npm run lint && npm run tmpls && npm run specs",
"coverage": "ISTANBUL_COVERAGE=yes npm run specs && istanbul report text --include coverage.json",
"coverage-html": "npm run coverage && istanbul report html --include coverage.json",
"specs": "npm run test-specs",
"tmpls": "npm run test-tmpls",
"clean": "rm -rf *.tmpl-specs && rm -rf *.specs && rm -rf .enb/tmp && rm -rf coverage.json && rm -rf coverage/ && rm -rf __coverage*.json"
}
}