forked from google/marzipano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "marzipano",
"version": "0.9.1",
"description": "A 360° media viewer for the modern web",
"author": "Google Inc.",
"license": "Apache-2.0",
"main": "src/index.js",
"homepage": "http://www.marzipano.net",
"repository": {
"type": "git",
"url": "https://github.com/google/marzipano.git"
},
"bugs": {
"url": "https://github.com/google/marzipano/issues"
},
"scripts": {
"test": "testem ci",
"livetest": "testem",
"dev": "scripts/dev",
"release": "scripts/release",
"deploy": "scripts/deploy",
"prepublishOnly": "scripts/prepublish"
},
"dependencies": {
"bowser": "2.7.0",
"gl-matrix": "3.1.0",
"hammerjs": "2.0.4",
"minimal-event-emitter": "1.0.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"chai": "^4.2.0",
"flex-sdk": "^4.6.0-0",
"jsdoc": "^3.6.3",
"lr-http-server": "^0.1.5",
"mocha": "^6.2.2",
"sinon": "^7.5.0",
"testem": "^2.16.0",
"uglify-js": "^2.8.29",
"watchify": "^3.11.1"
}
}