-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "customize-engine-handlebars",
"version": "4.0.4",
"description": "Use handlebars as engine for customize",
"repository": {
"type": "git",
"url": "https://github.com/bootprint/bootprint-monorepo.git",
"directory": "packages/customize-engine-handlebars"
},
"author": {
"name": "Nils Knappmeier",
"email": "npm@knappi.org",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/bootprint/bootprint-monorepo/issues"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha --recursive test/**/*-spec.js",
"thought": "thought run -a",
"version": "yarn thought"
},
"dependencies": {
"debug": "^4.1.1",
"deep-aplus": "^1.0.4",
"handlebars": "^4.1.0",
"handlebars-source-locators": "^1.0.0",
"promised-handlebars": "^2.0.1"
},
"devDependencies": {
"customize": "^4.0.4",
"got": "10",
"json-stable-stringify": "^1.0.1"
},
"peerDependencies": {
"customize": "^4.0.4"
},
"files": [
"index.js",
"lib",
"schema.js"
],
"keywords": [],
"funding": {
"url": "https://en.liberapay.com/bootprint.js"
}
}