Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "name": "eonline-mobile",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "build-frontend.js",
  6. "scripts": {
  7. "build": "webpack --profile --progress",
  8. "build-dev": "node build-frontend.js",
  9. "build-prod": "webpack -p"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": ""
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "devDependencies": {
  18. "jquery": "^3.1.1",
  19. "jquery.cookie": "^1.4.1",
  20. "lodash": "^4.16.4",
  21. "memory-fs": "^0.3.0",
  22. "moment": "^2.15.2",
  23. "uglify-js": "^2.7.4",
  24. "webpack": "^1.13.3"
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement