mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
39 lines
819 B
JSON
39 lines
819 B
JSON
{
|
|
"name": "tns-core-modules",
|
|
"description": "Telerik NativeScript Core Modules",
|
|
"version": "2.5.0",
|
|
"homepage":"https://www.nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"files": [
|
|
"**/*.d.ts",
|
|
"**/*.js",
|
|
"!android17.d.ts",
|
|
"!ios.d.ts",
|
|
"!bin/",
|
|
"!apps/",
|
|
"!build/",
|
|
"!node-tests/",
|
|
"!declarations.android.d.ts",
|
|
"!declarations.ios.d.ts",
|
|
"!gruntfile.js",
|
|
"!org.nativescript.widgets.d.ts"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"typings": "tns-core-modules.d.ts",
|
|
"dependencies": {
|
|
"tns-core-modules-widgets": "next"
|
|
},
|
|
"devDependencies": {
|
|
"tns-platform-declarations": "*"
|
|
},
|
|
"nativescript": {
|
|
"platforms": {
|
|
"ios": "2.1.1",
|
|
"android": "2.1.1"
|
|
}
|
|
}
|
|
}
|