This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.94 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pano-sphere-viewer",
"version": "0.0.2",
"description": "A JavaScript library to display Pano Sphere panoramas",
"main": "dist/pano-sphere-viewer.js",
"directories": {
"example": "example",
"test": "tests"
},
"dependencies": {
"d.js": "^0.7.5",
"dot": "^1.1.2",
"three": "^0.92.0",
"uevent": "^1.0.0"
},
"devDependencies": {
"foodoc": "^0.0.9",
"grunt": "^1.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc": "^2.1.0",
"grunt-mocha-test": "^0.13.2",
"grunt-open": "^0.2.3",
"grunt-sass": "^2.1.0",
"grunt-sass-lint": "^0.2.2",
"grunt-wrap": "^0.3.0",
"jit-grunt": "^0.10.0",
"mocha": "^5.0.0",
"nosleep.js": "^0.7.0",
"simple-cli": "^5.0.0",
"time-grunt": "^1.3.0"
},
"scripts": {
"test": "grunt test",
"start": "grunt serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sundaywill/pano-sphere-viewer.git"
},
"keywords": [
"sphere"
],
"author": "sundaywill",
"authors": [
{
"name": "Jérémy Heleine",
"email": "[email protected]",
"homepage": "http://jeremyheleine.me"
},
{
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"homepage": "https://www.strangeplanet.fr"
},
{
"name": "Sunday Will",
"email": "[email protected]",
"homepage": "https://github.com/sundaywill/pano-sphere-viewer"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/sundaywill/pano-sphere-viewer/issues"
},
"homepage": "https://github.com/sundaywill/pano-sphere-viewer#readme"
}