-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
{
"name": "@regru/bem-loader",
"version": "1.1.3",
"description": "Webpack loader for BEM projects",
"homepage": "https://github.com/shifteee/bem-loader.git",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"author": "Makarychev Andery <shiftmailbox@gmail.com>",
"license": "MIT",
"devDependencies": {
"@regru/eslint-config-regru-light": "^2.0.1",
"chai": "^3.5.0",
"chai-as-promised": "7.1.1",
"eslint": "^4.19.1",
"mocha": "6.2.2",
"sinon": "^1.17.6"
},
"dependencies": {
"@regru/deps-normalize": "^2.5.0",
"bem-naming": "^1.0.1",
"bluebird": "^3.5.1",
"glob": "^7.1.2",
"loader-utils": "^1.1.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"webpack-loader-api-exec": "^0.1.1"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"fixtures"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regru/bem-loader.git"
},
"keywords": [
"webpack",
"loader",
"bem"
],
"bugs": {
"url": "https://github.com/regru/bem-loader/issues"
}
}