forked from google/marzipano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
44
45
46
47
48
49
{
"name": "marzipano",
"version": "0.5.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": {
"dev": "scripts/dev",
"test": "./node_modules/.bin/testem",
"build": "scripts/build",
"release": "scripts/release",
"demo": "scripts/run-browser-demo demo",
"make-docs": "jsdoc -c jsdoc-conf.json"
},
"dependencies": {
"bowser": "^1.3.0",
"gl-matrix": "^2.3.2",
"glslify": "^5.0.2",
"hammerjs": "git://github.com/digisfera/hammer.js.git",
"minimal-event-emitter": "^0.1.0"
},
"browserify": {
"transform": [
"glslify"
]
},
"devDependencies": {
"browserify": "^13.0.0",
"deep-equal": "^1.0.1",
"flex-sdk": "^4.6.0-0",
"jsdoc": "^3.4.0",
"lr-http-server": "^0.1.1",
"mocha": "^3.0.1",
"proclaim": "^3.4.0",
"sinon": "^1.17.3",
"testem": "^1.1.3",
"uglify-js": "^2.6.1",
"watchify": "^3.7.0"
}
}