package.json
This file contains 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": "bower-to-webpack", | |
"description": "Bye bye Bower! Or how to migrate from Bower to npm and Webpack", | |
"author": "Andrejs Abrickis", | |
"dependencies": { | |
"jquery": "^2.1.4", | |
"jquery-datetimepicker": "https://github.com/xdan/datetimepicker/archive/2.5.4.tar.gz", | |
"jquery-ui-dist": "^1.12.1", | |
"lodash": "^4.17.2" | |
}, | |
"devDependencies": { | |
"copy-webpack-plugin": "^4.0.1", | |
"webpack": "^2.6.1" | |
}, | |
"scripts": { | |
"webpack": "webpack" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment