-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "sample-Tasks",
"version": "1.0.0",
"description": "A Tasks sample, built with the NativeScript framework",
"main": "app/package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/sample-Tasks.git"
},
"keywords": [
"nativescript",
"telerik",
"sample",
"tasks",
"tns",
"example"
],
"author": "Valio Stoychev",
"license": "BSD",
"bugs": {
"url": "https://github.com/NativeScript/sample-Tasks/issues"
},
"homepage": "https://github.com/NativeScript/sample-Tasks",
"devDependencies": {
"typescript": "1.5.3"
},
"nativescript": {
"id": "org.nativescript.sampleTasks",
"tns-ios": {
"version": "1.3.0"
},
"tns-android": {
"version": "1.3.0"
}
},
"dependencies": {
"tns-core-modules": "1.3.0"
}
}