Skip to content

Instantly share code, notes, and snippets.

@DavidBabel
Created September 23, 2016 13:47
Show Gist options
  • Save DavidBabel/975a4ca9bd4e23aa0308a062238cd3c0 to your computer and use it in GitHub Desktop.
Save DavidBabel/975a4ca9bd4e23aa0308a062238cd3c0 to your computer and use it in GitHub Desktop.
{
"name": "Tiger",
"description": "HTML5 banner creator",
"author": "David Babel",
"license": "MIT",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/blackang-us/tiger"
},
"babel": {
"presets": [
"es2016"
],
"ignore": [
"node_modules"
]
},
"dependencies": {},
"devDependencies": {
"after-brunch": "0.0.5",
"assetsmanager-brunch": "^1.8.1",
"autoprefixer": "^6.4.0",
"babel-brunch": "^6.0.6",
"babel-plugin-groundskeeper-willie": "^1.3.2",
"babel-preset-es2016": "^6.11.3",
"before-brunch": "0.0.5",
"browser-sync-brunch": "0.0.9",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"csswring": "^5.1.0",
"handlebars-brunch": "^2.0.1",
"javascript-brunch": "^2.0.0",
"jshint-brunch": "^2.0.0",
"postcss-brunch": "^2.0.1",
"sass-brunch": "^2.6.3",
"uglify-js-brunch": "^2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment