mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Find out the missed TypeScript declarations in the package Clean the package.json from devDeps Pack and copy the platform declarations Set version to 1.7.1
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "tns-platform-declarations",
|
|
"version": "1.7.1",
|
|
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/NativeScript/NativeScript.git"
|
|
},
|
|
"keywords": [
|
|
"NativeScript",
|
|
"TypeScript",
|
|
"declarations",
|
|
"native",
|
|
"platform-specific",
|
|
"tns",
|
|
"ts",
|
|
"ns"
|
|
],
|
|
"author": {
|
|
"name": "Telerik",
|
|
"email": "support@telerik.com",
|
|
"url": "http://www.telerik.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/NativeScript/NativeScript/issues"
|
|
},
|
|
"homepage": "https://github.com/NativeScript/NativeScript#readme",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
|
"grunt-shell": "^1.1.2"
|
|
}
|
|
}
|