Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 2503c76

Browse files
committed
closure compiler comments/classes
1 parent 5508c85 commit 2503c76

26 files changed

+929
-925
lines changed

LICENSE

-201
This file was deleted.

LICENSE.TXT

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/
@@ -174,29 +173,4 @@
174173
incurred by, or claims asserted against, such Contributor by reason
175174
of your accepting any such warranty or additional liability.
176175

177-
END OF TERMS AND CONDITIONS
178-
179-
APPENDIX: How to apply the Apache License to your work.
180-
181-
To apply the Apache License to your work, attach the following
182-
boilerplate notice, with the fields enclosed by brackets "[]"
183-
replaced with your own identifying information. (Don't include
184-
the brackets!) The text should be enclosed in the appropriate
185-
comment syntax for the file format. We also recommend that a
186-
file or class name and description of purpose be included on the
187-
same "printed page" as the copyright notice for easier
188-
identification within third-party archives.
189-
190-
Copyright [yyyy] [name of copyright owner]
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.
176+
END OF TERMS AND CONDITIONS

bower.json

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
{
22
"name": "zuix",
3-
"description": "ZUIX, the easy shift to component-based development.",
3+
"description": "ZUIX, a Javascript library for handling web components and content.",
44
"main": [
5-
"src/js/zuix.js"
5+
"src/js/main.js"
66
],
77
"dependencies": { },
88
"devDependencies": {
9-
"google-closure-compiler-js": "^20161201.0.0",
9+
"gulp-browserify": "^0.5.1",
10+
"gulp-closure-compiler": "^0.4.0",
1011
"gulp-install": "^0.6.0",
11-
"gulp-sourcemaps": "^1.9.1",
12+
"gulp-rename": "^1.2.2",
1213
"http-server": "^0.9.0",
1314
"jsdoc": "^3.4.3",
14-
"jshint": "^2.9.4",
15-
"uglify-js": "^2.7.5"
15+
"npm-cli": "^0.1.0"
1616
},
1717
"moduleType": [
1818
"globals"
1919
],
2020
"keywords": [
2121
"javascript",
22-
"mv*",
22+
"mvx",
23+
"library",
2324
"framework",
2425
"components",
25-
"ui"
26+
"content manager",
27+
"component manager",
28+
"ui",
29+
"web"
2630
],
27-
"license": "Apache-2.0"
31+
"license": "Apache-2.0",
2832
"authors": [
2933
"Generoso Martello <[email protected]>"
3034
],
@@ -34,8 +38,6 @@
3438
},
3539
"ignore": [
3640
"**/.*",
37-
"dist",
38-
"docs",
3941
"out",
4042
"node_modules",
4143
"bower_components"

0 commit comments

Comments
 (0)