Last active
June 12, 2017 18:57
-
-
Save AndrejsAbrickis/53dbd34a7a2e28a5fe6c3be6cdf6bb21 to your computer and use it in GitHub Desktop.
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