Files
NativeScript/tests/package.json
Vasil Chimev 62630337ef refactor: livesync tests (#7415)
* refactor: livesync tests

* refactor: renamings
2019-06-27 20:19:34 +03:00

27 lines
702 B
JSON

{
"nativescript": {
"id": "org.nativescript.UnitTestApp",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "next"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"tns-core-modules": "file:../tns-core-modules"
},
"devDependencies": {
"nativescript-dev-webpack": "next",
"node-sass": "^4.12.0",
"tns-platform-declarations": "file:../tns-platform-declarations",
"typescript": "~3.4.1"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}