package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "three@0.100.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "three@0.100.0",
  9. "_id": "three@0.100.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/lN2rdE1OqIwJr4/HcSaOisiCY0uVA0sqPpbCG5nil2uICEdS0LfGwSVYTtZDsIpR76r3++h5H3Hzg5D+SJBRQ==",
  12. "_location": "/three",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "three@0.100.0",
  18. "name": "three",
  19. "escapedName": "three",
  20. "rawSpec": "0.100.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.100.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/three/-/three-0.100.0.tgz",
  28. "_spec": "0.100.0",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "mrdoob"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mrdoob/three.js/issues"
  35. },
  36. "description": "JavaScript 3D library",
  37. "devDependencies": {
  38. "concurrently": "^4.0.1",
  39. "electron": "^3.0.8",
  40. "eslint": "^5.9.0",
  41. "eslint-config-mdcs": "^4.2.3",
  42. "eslint-plugin-html": "^5.0.0",
  43. "google-closure-compiler": "20181028.0.1",
  44. "http-server": "^0.11.1",
  45. "qunit": "^2.8.0",
  46. "rollup": "^0.67.1"
  47. },
  48. "directories": {
  49. "doc": "docs",
  50. "example": "examples",
  51. "test": "test"
  52. },
  53. "eslintConfig": {
  54. "extends": "mdcs",
  55. "plugins": [
  56. "html"
  57. ]
  58. },
  59. "files": [
  60. "package.json",
  61. "LICENSE",
  62. "README.md",
  63. "build/three.js",
  64. "build/three.min.js",
  65. "build/three.module.js",
  66. "src",
  67. "examples/js",
  68. "examples/fonts"
  69. ],
  70. "homepage": "https://threejs.org/",
  71. "jsnext:main": "build/three.module.js",
  72. "jspm": {
  73. "files": [
  74. "package.json",
  75. "LICENSE",
  76. "README.md",
  77. "build/three.js",
  78. "build/three.min.js",
  79. "build/three.module.js"
  80. ],
  81. "directories": {}
  82. },
  83. "keywords": [
  84. "three",
  85. "three.js",
  86. "3d",
  87. "webgl"
  88. ],
  89. "license": "MIT",
  90. "main": "build/three.js",
  91. "module": "build/three.module.js",
  92. "name": "three",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/mrdoob/three.js.git"
  96. },
  97. "scripts": {
  98. "build": "rollup -c",
  99. "build-closure": "rollup -c && java -jar node_modules/google-closure-compiler-java/compiler.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
  100. "build-test": "rollup -c test/rollup.unit.config.js",
  101. "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"http-server -c-1 -p 8080\"",
  102. "dev-test": "concurrently --names \"ROLLUP,ROLLUPTEST,HTTP\" -c \"bgBlue.bold,bgRed.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"rollup -c test/rollup.unit.config.js -w -m inline\" \"http-server -p 8080\"",
  103. "editor": "electron ./editor/main.js",
  104. "lint": "eslint src",
  105. "start": "npm run dev",
  106. "test": "npm run build-test && qunit test/unit/three.source.unit.js",
  107. "travis": "npm run lint && npm test"
  108. },
  109. "version": "0.100.0"
  110. }