-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.19 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": "engine-less",
"description": "Consolidate-style engine for rendering .less files.",
"version": "0.3.1",
"homepage": "https://github.com/jonschlinkert/engine-less",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/engine-less",
"bugs": {
"url": "https://github.com/jonschlinkert/engine-less/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ansi-red": "^0.1.1",
"engine-utils": "^0.1.1",
"lazy-cache": "^0.2.3",
"less": "^2.5.3",
"mixin-deep": "^1.1.3",
"object.pick": "^1.1.1",
"templates": "^0.1.26"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"should": "^5.2.0"
},
"keywords": [
"consolidate",
"css",
"engine",
"express",
"js",
"less",
"less-js",
"lesscss",
"pre-process",
"preprocess",
"preprocessor",
"render",
"style",
"styles",
"stylesheet"
]
}