-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 916 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
{
"author": {
"name": "kottenator, Convertiv"
},
"bin": {
"node-sass-watcher": "bin/node-sass-watcher"
},
"bugs": {
"url": "https://github.com/Convertiv/node-sass-watcher/issues"
},
"bundleDependencies": false,
"dependencies": {
"chokidar": "^3.5.2",
"lodash.difference": "^4.5.0",
"sass-graph": "^4.0.0",
"yargs": "^17.3.0"
},
"deprecated": false,
"description": "SCSS watcher with post-processing.",
"devDependencies": {
"mocha": "^9.1.3"
},
"homepage": "https://github.com/Convertiv/node-sass-watcher#readme",
"keywords": [
"node",
"sass",
"watch",
"post-process"
],
"license": "MIT",
"main": "lib/watcher.js",
"name": "@runforest/node-sass-watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/Convertiv/node-sass-watcher"
},
"scripts": {
"test": "mocha --exit"
},
"version": "0.6.2"
}