forked from PeterStaev/NativeScript-Drop-Down
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (36 loc) · 858 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
{
"name": "nativescript-drop-down",
"version": "1.5.0",
"description": "A NativeScript DropDown widget.",
"main": "drop-down.js",
"nativescript": {
"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/NativeScript-Drop-Down"
},
"keywords": [
"NativeScript",
"DropDown",
"Spinner",
"tangra"
],
"author": "Peter Staev <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "2.0.3",
"tslint": "3.15.1",
"tns-core-modules-declarations": "2.3.1",
"tns-platform-declarations": "2.3.0",
"grunt": "0.4.5",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-clean": "0.6.0",
"grunt-ts": "6.0.0-beta.3",
"grunt-tslint": "3.3.0",
"grunt-exec": "0.4.6"
}
}