-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "erddap",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "parcel index.html",
"build": "parcel build src/erddap.js --global ERDDAP --out-file erddap",
"velocity": "node_modules/uglify-js/bin/uglifyjs --compress --mangle --output demo/02-leaflet-time-dimension-velocity/leaflet-velocity.min.js demo/02-leaflet-time-dimension-velocity/leaflet-velocity.js",
"thumbnails": "node scripts/thumbnails.js"
},
"keywords": [],
"author": "Irish Marine Institute",
"license": "ISC",
"dependencies": {
"chrono-node": "^2.2.4",
"deepmerge": "^2.1.1",
"moment": "^2.22.2",
"netcdfjs": "^0.3.1",
"node-fetch": "^2.2.0",
"npm": "^6.4.1",
"papaparse": "^5.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chromium": "^1.0.2",
"gifencoder": "^1.1.0",
"mocha": "^5.2.0",
"parcel-bundler": "^1.8.1",
"png-file-stream": "^1.0.0",
"puppeteer": "^1.7.0",
"tempdir": "^2.0.0",
"uglify-js": "^3.3.24"
}
}