-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "@bem/gulp",
"version": "0.0.0",
"description": "Gulp bemifier adaptorrre",
"homepage": "https://github.com/gulp-bem/gulp-bem#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gulp-bem/gulp-bem.git"
},
"keywords": [
"gulp",
"bem"
],
"contributors": [
"Alexey Yaroshevich <zxqfox@gmail.com>",
"Andrew Abramow <andrewblond@yandex.com>",
"Vasiliy Loginevskiy <yeti-or@yandex-team.ru>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gulp-bem/gulp-bem/issues"
},
"engines": {
"node": "8"
},
"devDependencies": {
"lerna": "^2.9.0",
"chai": "^4.1.2",
"mocha": "^5.0.5",
"sinon-chai": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-pedant": "^1.0.0",
"mock-fs": "^4.4.2",
"nyc": "^11.6.0",
"sinon": "^5.0.0",
"chai-as-promised": "^7.1.1"
},
"scripts": {
"lint": "eslint .",
"test": "nyc mocha 'packages/*/test/**/*.test.js'",
"publish:canary": "lerna publish --skip-git --canary --conventional-commits=false"
}
}