Skip to content

Instantly share code, notes, and snippets.

@FuzzOli87
Created February 12, 2017 11:29
Show Gist options
  • Save FuzzOli87/bc945fe1bdd600b6ffd7cbcbaab0b86f to your computer and use it in GitHub Desktop.
Save FuzzOli87/bc945fe1bdd600b6ffd7cbcbaab0b86f to your computer and use it in GitHub Desktop.
{
"name": "generator-parkhub",
"version": "0.1.0",
"description": "A Yeoman generator for a ParkHub application",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Daniel",
"license": "MIT",
"keywords": [
"yeoman-generator"
],
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"jest": "^18.1.0",
"pino": "^3.4.0",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"yeoman-generator": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment