nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
30 lines • 634 B
JSON
{
"$xmlns": "http://www.w3.org/ns/widgets",
"id": "io.cordova.helloCordova",
"version": "2.0.0",
"name": "NodeKitSample",
"description": "A sample NodeKit application",
"author": {
"value": "NodeKit Team",
"href": "http://nodekit.io",
"email": "admin@nodekit.io"
},
"content": {
"src": "index.html"
},
"access": {
"origin": "*"
},
"allow-intent": [
"http://*/*",
"https://*/*",
"tel:*",
"sms:*",
"mailto:*",
"geo:*",
"market:*"
],
"preference": {
"loglevel": "DEBUG"
}
}