forked from eurodatacube/public-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "open-data-registry-browser",
"version": "0.0.1",
"description": "Browser for https://github.com/sentinel-hub/public-collections",
"main": "gulpfile.js",
"scripts": {
"postinstall": "husky install",
"build": "./node_modules/gulp-cli/bin/gulp.js",
"serve": "./node_modules/gulp-cli/bin/gulp.js serve",
"test": "npm run build && jest",
"test-stac": "npm run build && npx stac-node-validator ./_output/stac/*.json"
},
"author": "Joe Flasher",
"license": "Apache-2.0",
"private": false,
"repository": "https://github.com/sentinel-hub/public-collections",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.2.0",
"gulp-flatmap": "^1.0.2",
"gulp-hb": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-yaml": "^2.0.4",
"handlebars": "^4.3.0",
"husky": "^7.0.4",
"jest": "^26.6.3",
"lodash": "^4.17.19",
"marked": "^0.8.0",
"natives": "^1.1.6",
"object-path": ">=0.11.5",
"require-dir": "^0.3.2",
"stac-node-validator": "^1.2.2",
"yaml": "^1.4.0"
},
"dependencies": {
"bootstrap": "3.4.1",
"ndjson": "^1.5.0"
}
}