Skip to content

Commit 1b39854

Browse files
committed
Add alpaca
1 parent 5e2f7ae commit 1b39854

File tree

6 files changed

+62
-0
lines changed

6 files changed

+62
-0
lines changed

alpaca_1.5.23/CHANGES.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>See the
2+
<a href="https://github.com/gitana/alpaca/releases">Alpaca changelog</a>
3+
</p>

alpaca_1.5.23/LICENSE.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<p>Alpaca is licensed under the
2+
<a href="https://github.com/gitana/alpaca/blob/1.5.23/license.txt">Apache 2.0 License</a>.</p>

alpaca_1.5.23/alpaca.dnn

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="alpaca" type="JavaScript_Library" version="1.5.23">
4+
<friendlyName>Alpaca</friendlyName>
5+
<description>Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.</description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies></dependencies>
16+
<components>
17+
<component type="JavaScript_Library">
18+
<javaScriptLibrary>
19+
<libraryName>alpaca</libraryName>
20+
<fileName>alpaca.min.js</fileName>
21+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
22+
<objectName>jQuery.fn.alpaca</objectName>
23+
<cdnUrl>http://code.cloudcms.com/alpaca/1.5.23/web/alpaca.min.js</cdnUrl>
24+
</javaScriptLibrary>
25+
</component>
26+
<component type="JavaScriptFile">
27+
<jsfiles>
28+
<libraryFolderName>alpaca</libraryFolderName>
29+
<jsfile>
30+
<name>alpaca.min.js</name>
31+
</jsfile>
32+
</jsfiles>
33+
</component>
34+
<component type="ResourceFile">
35+
<resourceFiles>
36+
<basePath>Resources\Libraries\alpaca\01_10_13</basePath>
37+
<resourceFile>
38+
<name>Resources.zip</name>
39+
</resourceFile>
40+
</resourceFiles>
41+
</component>
42+
</components>
43+
</package>
44+
</packages>
45+
</dotnetnuke>

alpaca_1.5.23/dnn-library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files": ["node_modules/alpaca/dist/alpaca/web/alpaca.min.js"],
3+
"resources": [
4+
"node_modules/alpaca/dist/alpaca/web/**",
5+
"node_modules/alpaca/dist/alpaca/web/alpaca.min.js"
6+
]
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"package": "gulp"
1010
},
1111
"dependencies": {
12+
"alpaca": "^1.5.23",
1213
"blob.js": "^1.0.1",
1314
"bluebird": "^3.5.1",
1415
"bootstrap": "^3.3.7",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ almond@~0.3.1:
2828
version "0.3.3"
2929
resolved "https://registry.yarnpkg.com/almond/-/almond-0.3.3.tgz#a0e7c95ac7624d6417b4494b1e68bff693168a20"
3030

31+
alpaca@^1.5.23:
32+
version "1.5.23"
33+
resolved "https://registry.yarnpkg.com/alpaca/-/alpaca-1.5.23.tgz#54a0c1a1c8b1a559f478424a6ebe761de378a899"
34+
3135
ansi-regex@^2.0.0:
3236
version "2.1.1"
3337
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"

0 commit comments

Comments
 (0)