package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "layout-base",
  3. "version": "1.0.2",
  4. "description": "Basic layout model and some utilities for Cytoscape.js layout extensions",
  5. "main": "layout-base.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "cross-env NODE_ENV=production webpack"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/iVis-at-Bilkent/layout-base.git"
  13. },
  14. "author": "",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/iVis-at-Bilkent/layout-base/issues"
  18. },
  19. "homepage": "https://github.com/iVis-at-Bilkent/layout-base#readme",
  20. "devDependencies": {
  21. "babel-core": "^6.24.1",
  22. "babel-loader": "^7.0.0",
  23. "babel-preset-env": "^1.5.1",
  24. "camelcase": "^4.1.0",
  25. "cpy-cli": "^1.0.1",
  26. "cross-env": "^5.1.6",
  27. "eslint": "^3.19.0",
  28. "gh-pages": "^1.1.0",
  29. "npm-run-all": "^4.1.2",
  30. "rimraf": "^2.6.2",
  31. "update": "^0.7.4",
  32. "updater-license": "^1.0.0",
  33. "forever": "^0.15.3",
  34. "webpack": "^2.6.1",
  35. "webpack-dev-server": "^2.4.5"
  36. }
  37. }