forked from PeterStaev/NativeScript-Drop-Down
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (35 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (35 loc) · 849 Bytes
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
{
"name": "nativescript-drop-down",
"version": "1.2.4",
"description": "A NativeScript DropDown widget.",
"main": "drop-down.js",
"nativescript": {
"platforms": {
"ios": "1.5.0",
"android": "1.5.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/NativeScript-Drop-Down"
},
"keywords": [
"NativeScript",
"DropDown",
"Spinner",
"tangra"
],
"author": "Peter Staev <peter@tangrasoft.com>",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "1.7.3",
"tslint": "3.3.0",
"tns-core-modules": "git+https://github.com/NativeScript/NativeScript.git#v1.6.0",
"grunt": "0.4.5",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-clean": "0.6.0",
"grunt-ts": "5.3.2",
"grunt-tslint": "3.0.1",
"grunt-exec": "0.4.6"
}
}