forked from workshopper/learn-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.83 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
72
73
{
"name": "learn-sass",
"version": "1.7.0",
"description": "Learn SASS and SCSS through a workshopper adventure.",
"main": "index.js",
"scripts": {
"lint": "sass-lint -v -o sass-lint.out",
"test": "workshopper-adventure-test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/workshopper/learn-sass.git"
},
"keywords": [
"sass",
"css",
"scss",
"sassy",
"workshopper",
"adventure",
"node",
"nodejs",
"nodeschool",
"node-school"
],
"bin": {
"learn-sass": "./bin/learn-sass"
},
"author": {
"name": "Claudio Procida",
"email": "[email protected]",
"url": "https://github.com/claudiopro"
},
"contributors": [
"Claudio Procida <[email protected]> (https://github.com/claudiopro)",
"Nikolas Silva (https://github.com/nikolvs)",
"Martin Heidegger (https://github.com/martinheidegger)",
"eunsucking (https://github.com/eunsucking)",
"Maroel (https://github.com/Maroel)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/workshopper/learn-sass/issues"
},
"homepage": "https://github.com/workshopper/learn-sass#readme",
"dependencies": {
"after": "^0.8.2",
"cross-spawn": "^5.1.0",
"node-sass": "^4.1.0",
"postcss": "^6.0.14",
"postcss-sorting": "^3.1.0",
"through2": "^2.0.3",
"workshopper-adventure": "^5.1.6",
"workshopper-exercise": "^2.7.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"sass-lint": "^1.10.2",
"workshopper-adventure-test": "^1.0.4"
},
"maintainers": [
{
"name": "Claudio Procida",
"email": "[email protected]",
"url": "https://github.com/claudiopro"
},
{
"name": "Martin Heidegger",
"email": "[email protected]",
"url": "https://github.com/martinheidegger"
}
]
}