-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"_from": "riverrun-view360",
"_id": "riverrun-view360@1.0.7",
"_inBundle": false,
"_integrity": "sha512-PIHGXNkkUZlSq9Efs9EFCNz+L3pk/vzNXrxw4bd6DoDHVGGVhoS+01s6iqlaOs3b2zE9WOQnbt/m/wSypULsDg==",
"_location": "/riverrun-view360",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "riverrun-view360",
"name": "riverrun-view360",
"escapedName": "riverrun-view360",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/riverrun-view360/-/riverrun-view360-1.0.7.tgz",
"_shasum": "6972a103d14c2f39f464a4eb4daa2ee3cb416b5e",
"_spec": "riverrun-view360",
"_where": "/home/andreas/Development/node/view360",
"author": {
"name": "Andreas Schneider"
},
"bundleDependencies": false,
"dependencies": {
"chokidar": "^3.3.1",
"coffee": "^5.2.2",
"coffee-script": "^1.12.7",
"coffeescript": "^2.5.0",
"debug": "^4.1.1",
"jest": "^24.9.0",
"nan": "^2.14.0",
"riverrun-server": "^2.1.0",
"riverrun-turntable": "^1.0.49"
},
"deprecated": false,
"description": "Front end for taking 360 degree product images",
"license": "BSD-3-Clause",
"main": "index.js",
"name": "riverrun-view360",
"private": false,
"scripts": {
"test": "jest --watchAll --coverage"
},
"version": "1.0.7"
}