forked from nasa-gibs/worldview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.25 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "worldview",
"version": "2.3.0",
"description": "Interactive interface for browsing full-resolution, global satellite imagery",
"keywords": [
"NASA",
"Earthdata",
"GIS",
"NRT",
"satellite imagery",
"wildfire management",
"air quality",
"flood monitoring",
"science",
"earth science",
"GDAL"
],
"homepage": "https://worldview.earthdata.nasa.gov/",
"bugs": {
"url": "https://github.com/nasa-gibs/worldview/issues",
"email": "[email protected]"
},
"license": "NASA-1.3",
"repository": "nasa-gibs/worldview",
"engines": {
"node": "8.8.1"
},
"scripts": {
"browserstack": "node e2e/browserstack.js -c e2e/browserstack.conf.js -e browserstack --skiptags wip",
"build": "rm -rf build && run-s \"getcapabilities -- {1}\" \"build:config -- {1}\" --",
"postbuild": "run-p build:css build:js build:tests && grunt build site",
"build:css": "node ./tasks/buildCSS",
"build:config": "bash -c 'tasks/buildOptions.sh ${1}' 0",
"postbuild:config": "grunt config",
"build:js": "node ./tasks/buildJS",
"build:tests": "node ./tasks/buildJS --tests",
"e2e": "run-s --continue-on-error --silent e2e:*",
"e2e:chrome": "nightwatch -e chrome",
"e2e:firefox": "nightwatch -e firefox --skiptags wip",
"getcapabilities": "bash -c 'FETCH_GC=1 tasks/buildOptions.sh ${1}' 0",
"lint": "run-s lint:*",
"lint:css": "stylelint ./web/css/**/*.css",
"lint:js": "eslint .",
"preinstall": "node tasks/checkNodeVersion.js",
"postinstall": "npm run python",
"python": "virtualenv .python && run-script-os",
"python:darwin:linux": "PATH=.python/bin:${PATH} pip install -r requirements.txt",
"python:win32": "bash -c 'PATH=.python/Scripts:${PATH} pip install -r requirements.txt'",
"report": "node e2e/create-report.js",
"start": "node ./tasks/start.js",
"test": "npm run lint && run-p test:server test:run",
"test:server": "buster-server -c",
"test:run": "sleep 2 && buster-test && npm run test:end",
"test:end": "run-script-os",
"test:end:darwin:linux": "pkill -f buster-server",
"test:end:win32": "tskill node",
"updateconfig": "run-s getcapabilities build:config",
"watch": "bash -c 'WORLDVIEW_WATCH='active' npm-watch'"
},
"watch": {
"build:css": {
"patterns": [
"web/css/**/*"
],
"extensions": "css"
},
"build:js": "This task self-watches as long as $WORLDVIEW_WATCH=active"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.6.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"browserify-css": "^0.13.1",
"browserify-shim": "^3.8.14",
"browserstack-capabilities": "^0.4.0",
"browserstack-local": "^1.3.0",
"buster": "github:busterjs/buster#v0.8.0",
"chromedriver": "2.25.1",
"cssnano": "^3.10.0",
"cucumber": "^3.0.2",
"cucumber-html-reporter": "^3.0.4",
"eslint": "^4.13.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"express": "4.15.2",
"geckodriver": "1.2.0",
"grunt": "0.4.x",
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-exec": "0.4.x",
"grunt-markdown": "0.7.x",
"grunt-mkdir": "0.1.x",
"grunt-text-replace": "0.4.x",
"minimist": "^1.2.0",
"moment": "2.13.x",
"nightwatch": "^0.9.16",
"nightwatch-cucumber": "^8.2.10",
"npm-run-all": "^4.1.1",
"npm-watch": "^0.3.0",
"phantomjs-prebuilt": "2.1.x",
"postcss-cli": "^4.1.1",
"postcss-import": "^11.0.0",
"postcss-url": "^7.2.1",
"run-script-os": "^1.0.2",
"selenium-server-standalone-jar": "3.0.1",
"stylefmt": "^6.0.0",
"stylelint": "^8.0.0",
"uglifyify": "^4.0.5",
"underscore": "^1.8.3",
"watchify": "^3.9.0"
},
"dependencies": {
"bluebird": "3.4.6",
"cachai": "^1.0.2",
"canvg-browser": "^1.0.0",
"clipboard": "^1.7.1",
"date-fns": "^1.29.0",
"file-saver": "^1.3.8",
"font-awesome": "4.7.0",
"gifshot": "github:nasa-gibs/gifshot#v4.3.1",
"icheck": "^1.0.2",
"isotope-layout": "3.0.x",
"isotope-packery": "2.x.x",
"jquery": "^2.1.4",
"jquery-jcrop": "^0.9.13",
"jquery-ui": "1.10.4",
"jquery-ui-touch-punch": "0.2.3",
"jquery.joyride": "git+https://[email protected]/nasa-gibs/joyride.git",
"jscrollpane": "^2.0.22",
"lodash": "4.15.0",
"nouislider": "7.0.10",
"ol": "~4.5.0",
"perfect-scrollbar": "^0.8.1",
"proj4": "2.3.3",
"promise-queue": "2.2.3",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"worldview-components": "1.7.0",
"worldview-options-eosdis": "2.9.0"
},
"browser": {
"d3": "./web/ext/d3/d3.js",
"mobiscroll": "./web/ext/mobiscroll-2.6.0/mobiscroll.js",
"isotope-layout": "./node_modules/isotope-layout/dist/isotope.pkgd.js",
"jquery-jcrop": "./node_modules/jquery-jcrop/js/jquery.Jcrop.js",
"jquery": "./node_modules/jquery/dist/jquery.js"
},
"browserify-shim": {
"mobiscroll": "mobiscroll",
"isotope-layout": "isotope",
"jquery-jcrop": "Jcrop",
"jquery": "$"
}
}