{
  "name": "@wirekit/markup",
  "version": "0.0.2",
  "description": "Markup provider for creating html elements",
  "keywords": [
    "markup"
  ],
  "author": "Alex Ewetumo <trinoxf@gmail.com>",
  "homepage": "https://github.com/influx6/webvm/tree/master/packages/markup#readme",
  "license": "MIT",
  "main": "lib/markup.js",
  "typings": "lib/markup.d.ts",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/influx6/webvm.git"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/influx6/webvm/issues"
  },
  "gitHead": "2d4f0b179de1494d4b412803f6cf8af784f610f4"
}
