nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
27 lines (26 loc) • 667 B
JSON
{
"ios": {
"ignore": "/* EDITED FOR NODEKIT CLI TO ADD TEMPLATES */",
"hostos": ["darwin"],
"template": "nodekit-platform-ios",
"version": "~4.3.0",
"deprecated": false
},
"macos": {
"hostos": ["darwin"],
"template": "nodekit-platform-macos",
"version": "~8.0.0",
"deprecated": false
},
"android": {
"template": "nodekit-platform-android",
"version": "~6.1.1",
"deprecated": false
},
"windows": {
"hostos": ["win32"],
"version": "~4.4.0",
"template": "nodekit-platform-windows",
"deprecated": false
}
}