forked from opencomponents/base-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 819 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-minify-file",
"version": "2.0.0",
"description": "Minify file helper",
"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",
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"dependencies": {
"babel-core": "^6.25.0",
"babel-preset-env": "^1.6.1",
"clean-css": "^4.1.4",
"oc-templates-messages": "1.0.4",
"uglify-js": "3.7.6"
}
}