Commit bb9fb59f authored by Scott Ames's avatar Scott Ames
Browse files

added to .gitignore and added base package.json

parent ef636712
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
.DS_Store
node_modules
.dist
package-lock.json

package.json

0 → 100644
+30 −0
Original line number Diff line number Diff line
{
  "name": "cartocosmos",
  "version": "1.0.0",
  "license": "UNLICENSED",
  "description": "Leaflet extension for planetary mapping of non-Earth bodies with varying radii.",
  "author": "CartoCosmos",
  "contributors": [
    {
      "name": "Scott Ames",
      "url": "https://github.com/scottaames"
    },
    {
      "name": "Kaitlyn Lee",
      "url": "https://github.com/kaitlyndlee"
    },
    {
      "name": "Jacob Kaufman",
      "url": "https://github.com/"
    },
    {
      "name": "Christopher Moore",
      "url": "https://github.com/cgm78"
    }
  ],
  "homepage": "https://github.com/CartoCosmos/CartoCosmos",
  "repository": {
    "type": "git",
    "url": "https://github.com/CartoCosmos/CartoCosmos.git"
  }
}