-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 789 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 789 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
{
"name": "ashtag",
"version": "2.0.0",
"description": "Crowdsourcing images and locations of ash trees for EAB infestation tracking.",
"productName": "AshTag App",
"cordovaId": "org.cordova.quasar.app",
"author": "Shaun Ellis & Joel Zief",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"axios": "^0.18.0",
"firebase": "^4.12.1",
"firebaseui": "^2.5.1",
"geofire": "^4.1.2",
"shortid": "^2.2.8",
"vue2-google-maps": "^0.8.11",
"vuefire": "^1.4.5"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"quasar-cli": "^0.15.14"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}