-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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
{
"name": "huginsample",
"version": "1.0.0",
"description": "Hugin 360 degree images embedded in AFrame aky-tag as web-based envrionment for a learning resource on 3D modelling and real world labs in Wikiversity",
"main": "bin/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "test/walker4folder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niebert/HuginSample.git"
},
"keywords": [
"Hugin",
"Examples",
"Aframe",
"360",
"degree",
"demos"
],
"author": "Engelbert Niehaus",
"license": "SEE LICENSE IN <filename>",
"bugs": {
"url": "https://github.com/niebert/HuginSample/issues"
},
"homepage": "https://github.com/niebert/HuginSample#readme",
"dependencies": {
"walker4folder": "^1.0.2"
}
}