forked from google/marzipano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "marzipano",
"version": "0.8.0",
"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.0.0-0",
"hammerjs": "git://github.com/digisfera/hammer.js.git",
"minimal-event-emitter": "^1.0.0"
},
"devDependencies": {
"browserify": "^16.2.2",
"chai": "^4.2.0",
"deep-equal": "^1.0.1",
"flex-sdk": "^4.6.0-0",
"jsdoc": "^3.5.5",
"lr-http-server": "^0.1.5",
"mocha": "^5.2.0",
"sinon": "^7.1.1",
"testem": "^2.14.0",
"uglify-js": "^2.8.29",
"watchify": "^3.11.0"
}
}