Files
NativeScript/package.json
Erjan Gavalji 4d5d890461 Add licenses
2015-03-05 15:30:12 +02:00

20 lines
392 B
JSON

{
"name": "tns-core",
"description": "Telerik NativeScript Core",
"version": "0.4.2",
"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-ts": "1.12.1",
"grunt-tslint": "0.4.2",
"typescript": "1.4.1"
}
}