Files
NativeScript/tns-core-modules/package.json
2016-10-19 17:41:45 +03:00

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"
}
}
}