Files
NativeScript/tests/package.json
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

15 lines
336 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.tests",
"tns-ios": {
"version": "2.0.0"
}
},
"dependencies": {
"tns-core-modules": "2.0.1"
}
}