-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.56 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"dependencies": {
"array-flatten": "^2.1.0",
"bluebird": "^3.0.5",
"es6-shim": "^0.35.1",
"glob": "^7.0.0",
"sync-exec": "^0.6.2",
"uniq": "^1.0.1",
"yargs": "^13.2.2"
},
"devDependencies": {
"bootstrap-sass": "^3.3.6",
"bower": "^1.7.2",
"eyeglass-math": "^1.0.1",
"font-awesome": "^4.5.0",
"modularscale-sass": "^2.1.1",
"normalize-scss": "^5.0.3",
"sassline": "^2.1.0",
"scut": "^1.3.0",
"shevy": "^2.1.0",
"support-for": "^1.0.6",
"tape": "^4.2.2",
"time-require": "^0.1.2"
},
"name": "sass-include-paths",
"version": "4.11.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/test*.js"
},
"bin": {
"sassIncludePaths": "cli.js"
},
"author": "strarsis <strarsis@gmail.com> (https://github.com/strarsis)",
"license": "MIT",
"description": "Generates include paths for node-sass for packages from popular package managers like npm, bower, ruby gem, ruby bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/strarsis/sass-include-paths.git"
},
"keywords": [
"sass",
"scss",
"include",
"include",
"paths",
"paths",
"path",
"npm",
"ruby",
"gem",
"bundle",
"bundler",
"gems",
"bower",
"nodejs",
"package",
"import",
"load",
"components",
"bower",
"components"
],
"bugs": {
"url": "https://github.com/strarsis/sass-include-paths/issues"
},
"homepage": "https://github.com/strarsis/sass-include-paths#readme"
}