-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
61
62
{
"name": "customize-engine-handlebars",
"version": "3.0.1",
"description": "Use handlebars as engine for customize",
"repository": {
"type": "git",
"url": "https://github.com/bootprint/customize-engine-handlebars.git"
},
"author": {
"name": "Nils Knappmeier",
"email": "[email protected]",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/bootprint/customize-engine-handlebars/issues"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha && npm run lint",
"coverage": "istanbul cover ./node_modules/.bin/_mocha",
"postcoverage": "istanbul check-coverage coverage/coverage.json --statements 100",
"thought": "thought run -a",
"version": "thoughtful changelog -o -a && npm run 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": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"customize": "^3.0.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"got": "^9.6.0",
"istanbul": "^0.4.5",
"json-stable-stringify": "^1.0.1",
"mocha": "^5.2.0",
"thought": "^1.5.2",
"thought-plugin-jsdoc": "^1.1.0",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.5"
},
"peerDependencies": {
"customize": "^3.0.0"
},
"files": [
"index.js",
"lib",
"schema.js"
],
"keywords": []
}