{
  "name": "flagstrap-preact",
  "version": "0.0.5",
  "description": "Flagstrap jquery plugin version for Preact",
  "main": "src/js/flagstrap.js",
  "dependencies": {},
  "peerDependencies": {
    "preact": "*"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "clean-webpack-plugin": "^0.1.16",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^5.0.5",
    "css-loader": "^0.28.4",
    "eslint": "^4.1.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-config-standard-preact": "^1.1.6",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "extract-text-webpack-plugin": "^2.1.2",
    "file-loader": "^0.11.2",
    "html-loader": "^0.4.5",
    "html-webpack-plugin": "^2.29.0",
    "http-server": "^0.10.0",
    "node-sass": "^4.5.3",
    "qs": "^6.5.0",
    "resolve-url-loader": "^2.1.0",
    "sass-loader": "^6.0.6",
    "source-map-loader": "^0.2.1",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.9",
    "webpack": "^3.0.0"
  },
  "scripts": {
    "start": "cross-env NODE_ENV=production target=web webpack",
    "build": "cross-env target=web webpack",
    "serve": "http-server ./ -c-1 -p 7171",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "preact",
    "bootstrap",
    "flagstrap"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bboydflo/flagstrap-preact.git"
  },
  "author": "Florin Cosmin Onciu",
  "license": "MIT"
}
