Files
NativeScript/tns-core-modules/package.json
SvetoslavTsenov 4389ca29bb Update package.json (#4407)
* Update package.json

* Update package.json
2017-06-20 09:50:04 +03:00

47 lines
991 B
JSON

{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "3.2.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": {
"@types/node": "~7.0.5",
"tns-platform-declarations": "*"
},
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
}
},
"snapshot": {
"android": {
"tns-java-classes": {
"modules": ["ui/frame/activity", "ui/frame/fragment"]
}
}
}
}