UNPKG

501 BJSONView Raw
1{
2 "name": "firetruss",
3 "version": "4.2.2",
4 "homepage": "https://github.com/pkaminski/firetruss",
5 "authors": [
6 "Piotr Kaminski"
7 ],
8 "description": "Advanced data sync layer for Firebase and Vue.js",
9 "keywords": [
10 "firebase",
11 "vuejs",
12 "model",
13 "worker",
14 "angular"
15 ],
16 "license": "MIT",
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components"
21 ],
22 "main": "dist/firetruss.umd.js",
23 "dependencies": {
24 "vue": "^2.2.1",
25 "lodash": "4.x"
26 }
27}