forked from sampi/node-less-chokidar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 985 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": "node-less-chokidar",
"version": "0.0.0-development",
"description": "",
"main": "bin/node-less-chokidar",
"bin": {
"node-less-chokidar": "bin/node-less-chokidar"
},
"scripts": {
"test": "node bin/node-less-chokidar test/test.less && diff -q test/test-expect.css test/test.css",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/sampi/node-less-chokidar.git"
},
"author": "Daniel Spitzer <[email protected]> (https://github.com/sampi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sampi/node-less-chokidar/issues"
},
"homepage": "https://github.com/sampi/node-less-chokidar#readme",
"devDependencies": {
"travis-deploy-once": "^5.0.1",
"semantic-release": "^15.8.1"
},
"dependencies": {
"async-foreach": "^0.1.3",
"chokidar": "^2.0.4",
"glob": "^7.1.2",
"less": "^3.8.1",
"meow": "^5.0.0",
"stdout-stream": "^1.4.0"
}
}