-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
57 lines (57 loc) · 1.27 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": "broccoli-less-single",
"description": "Single-file-output LESS compiler for Broccoli",
"version": "2.0.1",
"author": {
"name": "Gabriel Grant",
"email": "[email protected]"
},
"directories": {
"test": "tests"
},
"contributors": [
{
"name": "Jo Liss",
"email": "[email protected]"
},
{
"name": "Jason Mitchell",
"email": "[email protected]"
},
{
"name": "Eugene Song",
"email": "[email protected]"
}
],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gabrielgrant/broccoli-less-single"
},
"keywords": [
"broccoli-plugin",
"less",
"css"
],
"scripts": {
"test": "mocha tests/index.js --reporter spec",
"test:debug": "mocha debug tests/index.js --reporter spec"
},
"dependencies": {
"broccoli-caching-writer": "^3.0.3",
"include-path-searcher": "^0.1.0",
"less": "^3.12.2",
"lodash": "^4.17.15",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"broccoli-test-helper": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^8.1.3"
},
"bugs": {
"url": "https://github.com/gabrielgrant/broccoli-less-single/issues"
},
"homepage": "https://github.com/gabrielgrant/broccoli-less-single"
}