added nativescript key to existing package.json files and added package.json files where missing

This commit is contained in:
plamen5kov
2016-05-13 14:34:03 +03:00
parent d62f018a55
commit 7164391849
25 changed files with 122 additions and 43 deletions

View File

@ -13,5 +13,6 @@
"mocha": "~1.9.0",
"should": "~1.2.2"
},
"main": "index"
"main": "index",
"nativescript": {}
}