-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
43
44
{
"name": "shift-sass",
"version": "0.5.1",
"description": "A powerful tool to work with breakpoints and media-queries in Sass.",
"keywords": [
"sass",
"css",
"responsive",
"breakpoints",
"tweakpoints",
"media-queries",
"helpers",
"utils",
"javascript",
"eyeglass"
],
"homepage": "https://github.com/yoannisj/shift-sass",
"license": "ISC",
"author": {
"name": "Yoannis Jamar",
"email": "[email protected]"
},
"eyeglass": {
"name": "shift",
"sassDir": "stylesheets/shift",
"needs": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yoannisj/shift-sass.git"
},
"devDependencies": {
"mocha": "^6.1.4",
"node-sass": "^4.12.0",
"node-sass-import-once": "^1.2.0",
"sass-true": "^5.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"sass-aleksi": "^0.6.1"
}
}