Files
NativeScript/package.json
2017-12-07 13:36:01 +02:00

25 lines
637 B
JSON

{
"name": "tns-core-modules-widgets",
"version": "4.0.0",
"description": "Native widgets used in the NativeScript framework.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NativeScript/android-widgets.git"
},
"author": "NativeScript team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/android-widgets/issues"
},
"homepage": "https://github.com/NativeScript/android-widgets#readme",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
}
}
}