{
  "name": "hiccupjs",
  "version": "1.0.1",
  "description": "Small lib for that allows hiccup style element creation",
  "main": "lib/hiccup.js",
  "scripts": {
    "build": "NODE_ENV=production webpack",
    "start": "webpack-dev-server --hot --inline",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/btfidelis/hiccupjs.git"
  },
  "keywords": [
    "hiccup",
    "ui",
    "small",
    "fast"
  ],
  "author": "bruno.fidelis004@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/btfidelis/hiccupjs/issues"
  },
  "homepage": "https://github.com/btfidelis/hiccupjs#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "webpack": "^3.8.1"
  }
}
