-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 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
53
{
"name": "electionguide2021",
"version": "1.0.0",
"description": "A website displaying info about the 2021 Election",
"scripts": {
"test": "echo \"There are no tests :)\" ",
"clean": "gulp clean",
"prebuild": "npm run clean",
"build": "gulp build",
"dev": "node ./dev-server.js",
"start": "node ./dev-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Diamondback-Lab/electionguide2020.git"
},
"keywords": [
"javascript",
"angular",
"bootstrap",
"html",
"css"
],
"contributors": [
{
"name": "Anthony Breder"
},
{
"name": "Siddy Tuli"
},
{
"name": "Vishal Patel",
"email": "vpatel14@terpmail.umd.edu"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/The-Diamondback-Lab/electionguide2021/issues"
},
"homepage": "https://github.com/The-Diamondback-Lab/electionguide2021#readme",
"devDependencies": {
"aws-sdk": "^2.603.0",
"babel-minify": "^0.5.1",
"clean-css": "^4.2.1",
"express": "^4.17.1",
"gulp": "^4.0.2",
"html-minifier": "^4.0.0",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"recursive-readdir": "^2.2.2",
"rimraf": "^3.0.0"
}
}