-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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
{
"name": "photo-sphere-viewer",
"version": "3.3.0-SNAPSHOT",
"authors": [
{
"name": "Jérémy Heleine",
"email": "[email protected]",
"homepage": "http://jeremyheleine.me"
},
{
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"homepage": "http://www.strangeplanet.fr"
}
],
"description": "A JavaScript library to display Photo Sphere panoramas",
"homepage": "http://mistic100.github.io/Photo-Sphere-Viewer",
"dependencies": {
"three": ">= 0.70.0",
"d.js": "~0.7.3",
"uevent": "~1.0.0",
"dot": "olado/doT#master"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-open": "^0.2.3",
"grunt-scss-lint": "^0.3.8",
"grunt-wrap": "^0.3.0",
"jit-grunt": "^0.10.0",
"mocha": "^2.5.3",
"time-grunt": "^1.3.0"
},
"keywords": [
"photosphere",
"panorama",
"threejs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/Photo-Sphere-Viewer.git"
},
"scripts": {
"test": "grunt test"
}
}