-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 898 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
{
"name": "sass-aleksi",
"title": "Aleksi Sass",
"version": "0.6.2",
"description": "A collection of Sass helper functions and mixins.",
"keywords": [
"eyeglass-module"
],
"homepage": "https://github.com/yoannisj/aleksi",
"license": "MIT",
"author": {
"name": "Yoannis Jamar",
"email": "[email protected]",
"url": "http://yoannis.me"
},
"repository": {
"type": "git",
"url": "https://github.com/yoannisj/sass-aleksi.git"
},
"eyeglass": {
"name": "aleksi",
"sassDir": "stylesheets/aleksi",
"needs": "^1.5.0"
},
"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",
"test-rubysass": "./node_modules/sass-true/bin/true-cli ./test/test.scss"
},
"dependencies": {}
}