UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@openchemistry/molecule",
3 "version": "0.4.17",
4 "description": "Stencil component to display chemical json data",
5 "module": "dist/esm/index.js",
6 "main": "dist/index.js",
7 "types": "dist/types/components.d.ts",
8 "collection": "dist/collection/collection-manifest.json",
9 "files": [
10 "dist/"
11 ],
12 "scripts": {
13 "build": "stencil build",
14 "start": "stencil build --dev --watch --serve"
15 },
16 "dependencies": {
17 "@openchemistry/molecule-menu": "^0.6.15",
18 "@openchemistry/molecule-moljs": "^0.4.19",
19 "@openchemistry/molecule-vtkjs": "^0.3.10",
20 "@openchemistry/types": "^0.8.7",
21 "@openchemistry/utils": "^0.6.7",
22 "@openchemistry/vibrational-spectrum": "^0.1.24",
23 "lodash-es": "^4.17.11",
24 "memoize-one": "^5.0.0",
25 "split-me": "^1.1.6"
26 },
27 "devDependencies": {
28 "@stencil/core": "^0.12.4",
29 "@types/lodash-es": "^4.17.2"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/OpenChemistry/oc-web-components"
34 },
35 "author": "Kitware, Inc.",
36 "license": "BSD-3-Clause",
37 "bugs": {
38 "url": "https://github.com/OpenChemistry/oc-web-components"
39 },
40 "homepage": "https://github.com/OpenChemistry/oc-web-components",
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "4d443d5ba926b2ebf96004099b5d445b18a8a02d"
45}