forked from billybonks/broccoli-stylelint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "broccoli-stylelint",
"version": "0.8.3",
"description": "Broccoli stylelint plugin",
"keywords": [
"broccoli",
"broccoli-plugin",
"stylelint"
],
"main": "index.js",
"scripts": {
"test": "mocha tests/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billybonks/broccoli-stylelint.git"
},
"author": {
"name": "billybonks",
"email": "[email protected]",
"website": "www.unearthing.io"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/billybonks/broccoli-stylelint/issues"
},
"homepage": "https://github.com/billybonks/broccoli-stylelint#readme",
"devDependencies": {
"broccoli": "^0.16.9",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-spies": "^0.7.1",
"mocha": "^3.0.2",
"stylelint-selector-bem-pattern": "^1.0.0",
"walk-sync": "^0.3.1"
},
"dependencies": {
"broccoli-persistent-filter": "^1.2.11",
"js-string-escape": "^1.0.1",
"merge": "^1.2.0",
"stylelint": "^7.2.0"
}
}