-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "oc-template-handlebars-compiler",
"version": "6.7.0",
"description": "OC-Template-Handlebars-Compiler",
"main": "index.js",
"types": "index.d.ts",
"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": "nick@balestra.ch"
},
"license": "MIT",
"dependencies": {
"async": "3.2.2",
"fs-extra": "8.1.0",
"handlebars": "4.7.7",
"oc-generic-template-compiler": "2.1.1",
"oc-hash-builder": "1.0.5",
"oc-server-compiler": "4.0.0",
"oc-statics-compiler": "3.0.0",
"oc-template-handlebars": "6.0.25",
"oc-templates-messages": "1.0.4",
"oc-view-wrapper": "1.0.6",
"uglify-js": "3.7.6"
},
"files": [
"index.js",
"index.d.ts",
"lib",
"scaffold",
"LICENSE",
"README.md"
]
}