forked from pchen66/panolens.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 831 Bytes
/
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
{
"name": "panolens.js",
"version": "0.5.0",
"description": "Javascript panorama viewer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pchen66/panolens.js.git"
},
"keywords": [
"panorama",
"viewer",
"javascript",
"html5",
"3d"
],
"author": "Ray Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pchen66/panolens.js/issues"
},
"homepage": "https://github.com/pchen66/panolens.js#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.2",
"three": "^0.84.0",
"tween.js": "^16.6.0",
"iphone-inline-video": "^2.0.2"
}
}