-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1019 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
37
38
39
40
41
{
"name": "360-panorama",
"version": "0.0.1",
"description": "a plugin let browser support a full 360 degree panorama video or picture.",
"keywords": [
"360",
"360-panorama"
],
"licenses": [
{
"type": "Apache",
"url": "https://github.com/yanwsh/360-panorama/blob/master/LICENSE"
}
],
"author": "[email protected]",
"license": "Apache-2.0",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bannerize": "^1.0.2",
"bower": "^1.7.7",
"browser-sync": "^2.11.2",
"browserify": "^12.0.2",
"browserify-shim": "^3.8.12",
"browserify-versionify": "^1.0.6",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.2.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"three": "^0.79.0"
}
}