{
  "name": "browser-import-export",
  "version": "0.2.1",
  "description": "A lightweight ES modules-inspired module system for rapid prototyping in the browser",
  "main": "index.js",
  "repository": "https://github.com/chriscalo/browser-import-export.git",
  "author": "Chris Calo <chris.calo@gmail.com>",
  "license": "The Unlicense",
  "scripts": {
    "dev": "http-server ."
  },
  "devDependencies": {
    "http-server": "^0.12.3"
  }
}
