Skip to content

Make it installable as an NPM package #5

@IjzerenHein

Description

@IjzerenHein

Hi, really and useful library, very nice!

I would be awesome if it was installable as an NPM package.
I've prepared the package.json for you:

{
  "name": "offline-firebase",
  "version": "0.0.1",
  "homepage": "https://github.com/yeldarby/offline-firebase",
  "repository": {
    "type": "git",
    "url": "git://github.com/yeldarby/offline-firebase.git"
  },
  "author": {
    "name": "Brad Dwyer <github@barbdwyer.com>"
  },
  "description": "A Firebase wrapper that stores a cache of your data offline in localStorage when there is no Internet connection available.",
  "keywords": [
    "firebase",
    "offline-firebase",
    "offline"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yeldarby/offline-firebase/blob/master/LICENSE.txt"
    }
  ],
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/yeldarby/offline-firebase/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "OfflineFirebase.js",
    "firebase-debug.js",
    "LICENSE.txt"
  ]
}

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions