Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "bulma@0.7.5",
  3. "_id": "bulma@0.7.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==",
  6. "_location": "/bulma",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bulma@0.7.5",
  12. "name": "bulma",
  13. "escapedName": "bulma",
  14. "rawSpec": "0.7.5",
  15. "saveSpec": null,
  16. "fetchSpec": "0.7.5"
  17. },
  18. "_requiredBy": [
  19. "/buefy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.5.tgz",
  22. "_shasum": "35066c37f82c088b68f94450be758fc00a967208",
  23. "_spec": "bulma@0.7.5",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/buefy",
  25. "author": {
  26. "name": "Jeremy Thomas",
  27. "email": "bbxdesign@gmail.com",
  28. "url": "https://jgthms.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jgthms/bulma/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Modern CSS framework based on Flexbox",
  36. "devDependencies": {
  37. "autoprefixer": "^9.5.1",
  38. "clean-css-cli": "^4.3.0",
  39. "node-sass": "^4.12.0",
  40. "postcss-cli": "^6.1.2",
  41. "rimraf": "^2.6.3"
  42. },
  43. "files": [
  44. "css",
  45. "sass",
  46. "bulma.sass",
  47. "LICENSE",
  48. "README.md"
  49. ],
  50. "homepage": "https://bulma.io",
  51. "keywords": [
  52. "css",
  53. "sass",
  54. "flexbox",
  55. "responsive",
  56. "framework"
  57. ],
  58. "license": "MIT",
  59. "main": "bulma.sass",
  60. "name": "bulma",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jgthms/bulma.git"
  64. },
  65. "scripts": {
  66. "build": "npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-cleancss",
  67. "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css",
  68. "build-clean": "rimraf css",
  69. "build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css",
  70. "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
  71. "deploy": "npm run build",
  72. "start": "npm run build-sass -- --watch"
  73. },
  74. "style": "bulma/css/bulma.min.css",
  75. "unpkg": "css/bulma.css",
  76. "version": "0.7.5"
  77. }