forked from opencomponents/base-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 809 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
{
"name": "oc-statics-compiler",
"version": "2.0.10",
"description": "OC-Statics-Compiler",
"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]"
},
"dependencies": {
"async": "^2.4.1",
"fs-extra": "5.0.0",
"lodash": "^4.17.4",
"node-dir": "0.1.17",
"oc-minify-file": "1.0.14",
"oc-templates-messages": "1.0.2"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"index.js",
"lib"
]
}