-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "@retailmenot/roux-sass-importer",
"version": "4.2.0",
"description": "A node-sass custom importer for Roux ecosystem ingredients.",
"main": "index.js",
"scripts": {
"test": "tap -Rspec test/*.js",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/RetailMeNotSandbox/roux-sass-importer.git"
},
"engines": {
"node": ">=10"
},
"keywords": [
"roux",
"roux-ingredients",
"ingredients",
"pantries",
"sass"
],
"author": "RMN Engineering",
"contributors": [
"Eric Capps <[email protected]>",
"Elyse Holladay <[email protected]>",
"Lon Ingram <[email protected]>",
"Kyle Smith <[email protected]>",
"Luke Zilioli <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"@retailmenot/core-ui-eslintrc": "^7.0.0",
"eslint": "^7.5.0",
"grunt": "^1.2.1",
"gruntify-eslint": "^5.0.0",
"lodash": "^4.17.15",
"mkdirp": "^1.0.4",
"node-sass": "^4.14.1",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"snyk": "^1.363.0",
"tap": "^14.10.7",
"touch": "^3.1.0"
},
"dependencies": {
"@retailmenot/roux": "^2.2.0",
"bluebird": "^3.7.2",
"path-parse": "^1.0.6",
"validate-npm-package-name": "^3.0.0"
},
"snyk": true
}