Files
NativeScript/tests/package.json

28 lines
636 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.UnitTestApp",
"tns-ios": {
"version": "4.1.0"
},
"tns-android": {
"version": "4.1.1"
}
},
"dependencies": {
"tns-core-modules": "*"
},
"devDependencies": {
"babel-traverse": "6.9.0",
"babel-types": "6.9.0",
"babylon": "6.8.0",
"filewalker": "0.1.2",
"lazy": "1.0.11",
"tns-platform-declarations": "*",
"typescript": "^2.6.1"
}
}