-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 952 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
45
{
"name": "sass-errors",
"title": "Sass Errors",
"version": "0.4.1",
"description": "✨ Awesome Error Handling in Sass",
"main": "eyeglass-exports.js",
"scripts": {
"test": "mocha test/test.js",
"docs": "gulp docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncoden/sass-errors.git"
},
"author": {
"name": "Nicolas Coden",
"email": "nicolas@ncoden.fr",
"url": "https://ncoden.fr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ncoden/sass-errors/issues"
},
"homepage": "https://github.com/ncoden/sass-errors#readme",
"files": [
"scss"
],
"keywords": [
"eyeglass-module",
"sass",
"errors",
"handling",
"sass-errors"
],
"dependencies": {
"eyeglass": "^1.2.1"
},
"devDependencies": {
"browser-sync": "^2.18.5",
"gulp": "^3.9.1",
"mocha": "^3.2.0",
"sass-true": "^2.1.3",
"sassdoc": "^2.1.20"
}
}