-
Notifications
You must be signed in to change notification settings - Fork 999
/
package.json
41 lines (41 loc) · 999 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": "marzipano",
"version": "0.10.2",
"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": "1.9.4",
"gl-matrix": "3.3.0",
"hammerjs": "2.0.4",
"minimal-event-emitter": "1.0.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"chai": "^4.2.0",
"jsdoc": "^3.6.6",
"lr-http-server": "^0.1.5",
"mocha": "^8.2.1",
"sinon": "^9.2.2",
"testem": "^3.2.0",
"uglify-js": "^3.12.3",
"watchify": "^3.11.1"
}
}