Files
NativeScript/tns-core-modules/package.json
2019-10-15 16:04:51 +03:00

56 lines
1.2 KiB
JSON

{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "6.2.0",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/platforms/ios/**",
"**/package.json",
"!android17.d.ts",
"!ios.d.ts",
"!bin/",
"!apps/",
"!build/",
"!node-tests/",
"!declarations.android.d.ts",
"!declarations.ios.d.ts",
"!org.nativescript.widgets.d.ts"
],
"license": "Apache-2.0",
"typings": "tns-core-modules.d.ts",
"dependencies": {
"reduce-css-calc": "^2.1.6",
"tns-core-modules-widgets": "next",
"tslib": "1.10.0"
},
"devDependencies": {
"@types/node": "~10.12.18",
"tns-platform-declarations": "next"
},
"scripts": {
"version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md"
},
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"snapshot": {
"android": {
"tns-java-classes": {
"modules": [
"ui/frame/activity",
"ui/frame/fragment"
]
}
}
}
}