-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
37
38
{
"name": "walespostcodes-librarydata",
"version": "1.0.0",
"description": "Wales library postcode lottery application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibrariesHacked/walespostcodes-librarydata.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibrariesHacked/walespostcodes-librarydata/issues"
},
"homepage": "https://github.com/LibrariesHacked/walespostcodes-librarydata#readme",
"dependencies": {
"bootstrap": "^5.0.0",
"bootswatch": "^4.6.2",
"jquery": "^3.6.1",
"papaparse": "^5.3.2",
"popper.js": "^1.16.1"
},
"devDependencies": {
"del": "^7.0.0",
"gh-pages": "^5.0.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.22",
"gulp-inject": "^5.0.5",
"gulp-live-server": "^0.0.31",
"gulp-uglify": "^3.0.2"
}
}