-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "open-data-registry-browser",
"version": "0.0.1",
"description": "Browser for https://github.com/awslabs/open-data-registry.",
"main": "gulpfile.js",
"scripts": {
"test": "NODE_ENV=test BASE_URL=https://registry.opendata.aws jest",
"copy-data": "./_scripts/copy-data.sh",
"build": "./node_modules/gulp-cli/bin/gulp.js",
"serve": "./node_modules/gulp-cli/bin/gulp.js serve"
},
"author": "Joe Flasher",
"license": "Apache-2.0",
"private": false,
"repository": "https://github.com/awslabs/open-data-registry-browser",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.2.0",
"gulp-connect": "^5.7.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",
"jest": "^26.6.3",
"lodash": "^4.17.19",
"marked": "^4.0.10",
"natives": "^1.1.6",
"object-path": ">=0.11.8",
"require-dir": "^0.3.2",
"yaml": "^1.4.0"
},
"dependencies": {
"bootstrap": "3.4.1",
"ndjson": "^1.5.0"
}
}