forked from hatarakiman/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.88 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
{
"license": "MPL-2.0",
"author": "Anton Winogradov <[email protected]>",
"name": "ui",
"description": "Alfa-Bank UI components",
"version": "5.0.1",
"repository": {
"type": "git",
"url": "https://github.com/alfa-bank-dev/ui.git"
},
"scripts": {
"start": "enb server",
"deps": "bower i --allow-root",
"test": "npm run clean-all && npm run lint && npm run specs",
"lint": "jshint-groups && jscs .",
"specs": "enb make specs",
"rm-specs": "rm -rf specs",
"rm-dist": "rm -rf dist",
"clean-all": "npm run rm-specs && npm run rm-dist",
"dist": "enb make dist",
"coverage": "ISTANBUL_COVERAGE=yes npm run specs && istanbul report --include coverage.json html text && istanbul check-coverage --include coverage.json",
"release-patch": "mversion patch",
"release-minor": "mversion minor",
"release-major": "mversion major",
"postinstall": "npm run deps"
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"borschik": "^1.6.0",
"borschik-tech-cleancss": "^2.1.0",
"bower": "^1.7.9",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.1.1",
"enb": "^1.1.0",
"enb-bem-specs": "^0.8.0",
"enb-bem-techs": "^2.1.0",
"enb-bemxjst": "^4.1.0",
"enb-borschik": "2.3.0",
"enb-js": "^1.1.0",
"enb-modules": "^0.2.0",
"enb-postcss": "^0.2.0",
"git-hooks": "^1.0.2",
"istanbul": "^0.4.3",
"jscs": "^2.7.0",
"jshint": "^2.8.0",
"jshint-groups": "^0.8.0",
"mversion": "^1.10.1",
"postcss": "^5.0.16",
"postcss-browser-reporter": "^0.4.0",
"postcss-cssnext": "^2.5.2",
"postcss-custom-properties": "^5.0.0",
"postcss-each": "^0.9.1",
"postcss-for": "^2.0.1",
"postcss-import": "^8.1.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^1.3.1",
"postcss-simple-vars": "^1.1.0",
"postcss-url": "^5.1.1"
}
}