-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.31 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
58
59
60
{
"name": "engine-lodash",
"description": "Lo-Dash engine, consolidate.js style but with enhancements. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.",
"version": "0.8.2",
"homepage": "https://github.com/jonschlinkert/engine-lodash",
"author": "https://github.com/jonschlinkert",
"maintainers": [
{
"name": "Jon Schlinkert",
"username": "jonschlinkert"
},
{
"name": "Brian Woodward",
"username": "doowb"
}
],
"repository": "jonschlinkert/engine-lodash",
"bugs": {
"url": "https://github.com/jonschlinkert/engine-lodash/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ansi-red": "^0.1.1",
"delimiter-regex": "^1.3.1",
"engine-utils": "^0.1.1",
"lazy-cache": "^0.2.3",
"lodash": "^3.10.1"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4",
"time-require": "jonschlinkert/time-require"
},
"keywords": [
"engine",
"consolidate",
"express",
"assemble",
"lodash",
"lo-dash",
"underscore",
"templates",
"template",
"compile",
"render",
"process",
"delimiters",
"delims"
]
}