-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 799 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 799 Bytes
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
{
"name": "sass-include-paths",
"description": "Generates include paths for node-sass for packages from popular package managers like npm, bower, ruby gem, ruby bundler.",
"main": "index.js",
"authors": [
"strarsis <strarsis@gmail.com>"
],
"license": "MIT",
"moduleType": [],
"homepage": "https://github.com/strarsis/sass-include-paths",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {
"modular-scale": "~2.1.1",
"sass-toolkit": "~2.9.0",
"Scut": "scut#^1.3.1",
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.5.0",
"normalize-scss": "^3.0.3",
"sass-mq": "^3.2.9",
"neutroncss": "^0.9.2",
"sass-flex-mixin": "^1.0.3",
"shevy": "^2.1.0"
}
}