Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 8e1378b

Browse files
committed
publish to npm
1 parent 295441a commit 8e1378b

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "aerogear-cordova-crypto",
3+
"version": "0.0.1",
4+
"description": "This plugin mimics the api of the aerogear-js crypto functions as close as possible, but delegates the work to the native implementations\n ",
5+
"cordova": {
6+
"id": "org.jboss.aerogear.cordova.crypto",
7+
"platforms": [
8+
"android",
9+
"ios"
10+
]
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/aerogear/aerogear-cordova-crypto.git"
15+
},
16+
"keywords": [
17+
"cordova",
18+
"aerogear",
19+
"crypto",
20+
"ecosystem:cordova",
21+
"cordova-android",
22+
"cordova-ios"
23+
],
24+
"engines": [
25+
{
26+
"name": "cordova",
27+
"version": ">=3.4.0"
28+
}
29+
],
30+
"author": "edewit",
31+
"license": "Apache2",
32+
"bugs": {
33+
"url": "https://issues.jboss.org/browse/AGCORDOVA"
34+
},
35+
"homepage": "https://aerogear.org/docs/specs/aerogear-cordova/"
36+
}

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</description>
1313

1414
<license>MIT</license>
15-
15+
<keywords>cordova,aerogear,crypto</keywords>
16+
1617
<engines>
1718
<engine name="cordova" version=">=3.4.0"/>
1819
</engines>

0 commit comments

Comments
 (0)