forked from christopheOclock/sass-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 949 Bytes
/
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
{
"name": "sass-brunch",
"version": "2.10.6",
"description": "Adds Sass support to Brunch.",
"author": "Paul Miller (http://paulmillr.com/)",
"homepage": "https://github.com/brunch/sass-brunch",
"license": "MIT",
"keywords": [
"brunch",
"brunch-plugin",
"brunch-compiler",
"sass",
"scss",
"libsass",
"node-sass"
],
"repository": {
"type": "git",
"url": "[email protected]:brunch/sass-brunch.git"
},
"scripts": {
"test": "eslint index.js && mocha"
},
"dependencies": {
"anymatch": "~2.0.0",
"micro-promisify": "~0.1.1",
"node-sass": "~4.9.0",
"node-sass-globbing": "0.0.23",
"postcss": "~6.0.22",
"postcss-modules": "~1.1.0",
"progeny": "~0.12.0"
},
"devDependencies": {
"chai": "~4.1.2",
"eslint": "~4.19.1",
"eslint-config-brunch": "zazaian/eslint-config-brunch",
"mocha": "~5.2.0"
},
"eslintConfig": {
"extends": "brunch"
}
}