Files
NativeScript/tns-core-modules-package/package.json
2020-06-20 08:49:11 -07:00

26 lines
609 B
JSON

{
"name": "tns-core-modules",
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.5.8",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"license": "Apache-2.0",
"dependencies": {
"@nativescript/core": "*"
},
"devDependencies": {
"tns-platform-declarations": "*"
},
"nativescript": {
"platforms": {
"ios": "5.0.0",
"android": "5.0.0"
}
}
}