Files
NativeScript/e2e/safe-area/package.json
2018-08-28 18:15:04 +03:00

36 lines
960 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.safearea",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "4.1.1"
}
},
"dependencies": {
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-calendar": "^3.8.0",
"nativescript-ui-chart": "^3.7.0",
"nativescript-ui-listview": "^3.5.11",
"tns-core-modules": "*"
},
"devDependencies": {
"@types/chai": "~4.1.3",
"@types/mocha": "~5.2.1",
"@types/node": "^7.0.5",
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"typescript": "~2.7.2"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
"e2e-watch": "tsc -p e2e --watch"
}
}