Created
March 3, 2017 11:00
-
-
Save mariorcardoso/4decc78c970cc82b62ddfe4d8785c795 to your computer and use it in GitHub Desktop.
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": "rails_webpack_npm_es6", | |
"version": "1.0.0", | |
"main": "app-js/main.js", | |
"scripts": { | |
"heroku-postbuild": "webpack" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/mariorcardoso/rails_webpack_npm_es6.git" | |
}, | |
"author": "Mario Cardoso", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-core": "^6.23.1", | |
"babel-loader": "^6.3.2", | |
"babel-polyfill": "^6.23.0", | |
"babel-preset-es2015": "^6.22.0", | |
"webpack": "^2.2.1" | |
}, | |
"dependencies": { | |
"konva": "^1.4.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment