forked from opencomponents/base-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 944 Bytes
/
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
{
"name": "oc-template-handlebars",
"version": "6.0.13",
"description": "OC-Template-Handlebars",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/base-templates.git"
},
"bugs": {
"url": "https://github.com/opencomponents/base-templates/issues"
},
"homepage": "https://github.com/opencomponents/base-templates#readme",
"keywords": [
"oc",
"opencomponents"
],
"author": {
"name": "Nick Balestra",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"handlebars": "4.0.11",
"nice-cache": "0.0.5",
"oc-generic-template-renderer": "2.0.4",
"oc-templates-messages": "1.0.2"
},
"files": [
"index.js",
"lib",
"LICENSE",
"README.md"
],
"externals": {
"handlebars": {
"global": "Handlebars",
"url": "https://unpkg.com/[email protected]/dist/handlebars.runtime.min.js"
}
}
}