-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (82 loc) · 1.71 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "SphereViewer",
"version": "0.0.1",
"description": "A nw.js sphere viewer application",
"main": "./build/html/index.html",
"chromium-args": "--mixed-context",
"js-flags": "--harmony",
"scripts": {
"devr": "./rundev.sh",
"dew": "gulp --watch",
"test": "echo \"All ok, yey!:)\" && exit 0"
},
"keywords": [
"google",
"sphere",
"viewer",
"preview",
"linux"
],
"author": "Cotko",
"license": "UNLICENSED",
"window": {
"id": "sphereviewerwin",
"width": 200,
"height": 200,
"min_width": 200,
"min_height": 200,
"frame": false
},
"dependencies": {
"@cycle/dom": "^14.3.0",
"@cycle/rxjs-run": "^3.3.0",
"bluebird": "^3.4.7",
"command-exists": "^1.0.2",
"exif-reader": "^1.0.2",
"font-awesome": "^4.7.0",
"i18n": "^0.8.3",
"moment": "^2.17.1",
"rxjs": "^5.0.2",
"sharp": "^0.17.0",
"xml2js": "^0.4.17",
"xstream": "^9.3.0"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-react": "^6.16.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-download": "0.0.1",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^2.2.0",
"gulp-pug": "^3.2.0",
"gulp-replace": "^0.5.4",
"gulp-watch": "^4.3.11",
"open-sans-fontface": "^1.4.0",
"require-dir": "^0.3.1"
},
"standard": {
"globals": [
"L",
"gulp",
"gulpPlugs",
"_",
"config",
"NW",
"Rx",
"moment",
"P",
"Image",
"onError",
"nw",
"setLocale",
"PhotoSphereViewer"
],
"ignore": [
"src/vendor"
]
}
}