This repository was archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"name": "fec-eregs",
"version": "1.0.0",
"description": "eRegulations viewer for the Federal Election Commission's public legal resources",
"main": "Gruntfile.js",
"dependencies": {
"accessible-mega-menu": "git+https://github.com/noahmanger/Accessible-Mega-Menu.git",
"jquery": "^3.5.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"elliptic": "^6.5.3",
"glossary-panel": "1.0.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-dart-sass": "^2.0.1",
"handlebars": "^4.3.0",
"hbsfy": "^2.8.1",
"jsdom": "^16.2.1",
"load-grunt-tasks": "^3.4.1",
"lodash": "4.17.21"
},
"scripts": {
"build": "grunt build:css && npm run build-js",
"build-js": "browserify -g hbsfy --debug -o fec_eregs/static/fec_eregs/js/fec.bundle.js fec_eregs/static/fec_eregs/js/fec.js",
"test": "echo \"Error: no test specified, use `python manage.py test` instead\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fecgov/fec-eregs.git"
},
"keywords": [
"eregs",
"fec",
"regulations",
"viewer"
],
"author": {
"name": "FEC",
"url": "https://www.fec.gov/"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/fecgov/fec-eregs/issues"
},
"engines": {
"node": "18.17.1",
"npm": "9.6.7"
},
"homepage": "https://github.com/fecgov/fec-eregs#readme"
}