forked from brunch/sass-brunch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 927 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.4",
"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": "git@github.com:brunch/sass-brunch.git"
},
"scripts": {
"test": "eslint index.js && mocha"
},
"dependencies": {
"anymatch": "^1.3.0",
"micro-promisify": "~0.1.1",
"node-sass": "~4.5.3",
"node-sass-globbing": "0.0.23",
"postcss": "~5.1.2",
"postcss-modules": "~0.5.0",
"progeny": "~0.11.0"
},
"devDependencies": {
"chai": "^1.9.2",
"eslint": "^3.15.0",
"eslint-config-brunch": "^1.0.0",
"mocha": "^2.0.1"
},
"eslintConfig": {
"extends": "brunch"
}
}