Guest User

Untitled

a guest
Oct 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "name": "webpack-ts-babel",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "webpack.config.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "babel-core": "^6.2.1",
  13. "babel-loader": "^6.2.0",
  14. "babel-preset-es2015": "^6.1.18",
  15. "ts-loader": "^0.7.1",
  16. "typescript": "^1.6.2",
  17. "webpack": "^1.12.6"
  18. }
  19. }
Add Comment
Please, Sign In to add comment