Files
NativeScript/e2e/modal-navigation/package.json
Vasil Chimev 3bb0f4a8cd chore(e2e): clean up webpack files (#5807)
* chore(e2e): clean up webpack files

* chore(gitignore): clean up and add webpack files

* chore(gitignore): clean up webpack files

* chore(deps): clean up devDependencies
2018-05-14 14:12:46 +03:00

29 lines
729 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.modalnavigation",
"tns-ios": {
"version": "next"
},
"tns-android": {
"version": "next"
}
},
"dependencies": {
"nativescript-theme-core": "~1.0.4",
"tns-core-modules": "next"
},
"devDependencies": {
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
"e2e-watch": "tsc -p e2e --watch"
}
}