-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 800 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
{
"name": "winenjoy",
"version": "2.0.0",
"nativescript": {
"id": "com.winenjoy.app",
"tns-android": {
"version": "2.3.0"
}
},
"dependencies": {
"lodash": "4.16.4",
"moment": "2.15.1",
"nativescript-appversion": "^1.3.2",
"nativescript-autocomplete": "^1.0.0",
"nativescript-drop-down": "^1.3.3",
"nativescript-floatingactionbutton": "^2.2.5",
"nativescript-plugin-firebase": "^3.7.1",
"tns-core-modules": "2.3.0"
},
"devDependencies": {
"babel-traverse": "6.16.0",
"babel-types": "6.16.0",
"babylon": "6.11.6",
"filewalker": "0.1.3",
"gulp": "*",
"gulp-sass": "*",
"gulp-run": "*",
"gulp-jsonminify": "*",
"lazy": "1.0.11",
"nativescript-dev-typescript": "0.3.2",
"typescript": "2.0.3"
}
}