Created
September 23, 2016 13:47
-
-
Save DavidBabel/975a4ca9bd4e23aa0308a062238cd3c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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