mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
26 lines
557 B
JSON
26 lines
557 B
JSON
{
|
|
"name": "tns-core",
|
|
"description": "Telerik NativeScript Core",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"files": [
|
|
"**/*.*",
|
|
"**/*"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-contrib-clean": "0.5.0",
|
|
"grunt-contrib-copy": "0.5.0",
|
|
"grunt-exec": "0.4.5",
|
|
"grunt-multi-dest": "1.0.0",
|
|
"grunt-shell": "1.1.2",
|
|
"grunt-ts": "4.0.1",
|
|
"grunt-tslint": "0.4.2",
|
|
"typescript": "1.5.0-beta"
|
|
}
|
|
}
|