-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 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
{
"name": "oc-template-jade-compiler",
"version": "7.3.1",
"description": "OC-Template-Jade-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": "[email protected]"
},
"license": "MIT",
"dependencies": {
"fs-extra": "8.1.0",
"jstransformer-clean-css": "^2.0.0",
"jstransformer-uglify-css": "^1.0.0",
"jstransformer-uglify-js": "^1.2.0",
"oc-generic-template-compiler": "2.1.1",
"oc-hash-builder": "1.0.5",
"oc-jade-legacy": "1.11.1",
"oc-server-compiler": "3.0.0",
"oc-statics-compiler": "2.1.1",
"oc-template-jade": "7.0.6",
"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"
]
}