-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "node-sass-more-utils",
"version": "1.0.2",
"description": "More Sass utilities for node-sass.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eoneill/node-sass-more-utils.git"
},
"bugs": {
"url": "https://github.com/eoneill/node-sass-more-utils/issues"
},
"engines": {
"node": ">= 0.12"
},
"homepage": "https://github.com/eoneill/node-sass-more-utils",
"author": {
"name": "Eugene ONeill",
"email": "eoneill@linkedin.com",
"url": "https://github.com/eoneill"
},
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"eyeglass-dev-eslint": "sass-eyeglass/eyeglass-dev-eslint",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-eslint": "4.0.0",
"gulp-git": "^2.10.1",
"gulp-mocha": "^8.0.0",
"gulp-prompt": "^1.2.0",
"gulp-tag-version": "^1.3.1",
"lodash.isequal": "^4.5.0",
"mocha": "^9.2.0",
"node-sass": "^4.11.0",
"node-sass-utils": "^1.1.2",
"should": ">= 7.0.4"
},
"volta": {
"node": "12.22.0",
"yarn": "1.22.4"
}
}