Files
NativeScript/apps/package.json
2016-12-15 10:51:45 +02:00

27 lines
653 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.apps",
"tns-ios": {
"version": "2.4.0"
},
"tns-android": {
"version": "2.4.1"
}
},
"dependencies": {
"tns-core-modules": "2.4.2"
},
"devDependencies": {
"tns-platform-declarations": "*",
"babel-traverse": "6.10.4",
"babel-types": "6.11.1",
"babylon": "6.8.3",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.0",
"typescript": "~2.0.10"
}
}