-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 961 Bytes
/
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
{
"name": "docassemble-civilactioncoversheet",
"version": "1.0.0",
"description": "Quinten Steenhuis\r Caroline Robinson\r Kate Barry\r Plocket\r Lily Yang\r Matthew Brooks\r Lance Godard\r Maeve MacGlinchey\r Kendall Garner\r David Colarusso",
"main": "",
"scripts": {
"test": "mocha tests --timeout 10000",
"setup": "node -e 'require(\"./tests/install-branch.js\").setup()'",
"takedown": "node -e 'require(\"./tests/install-branch.js\").takedown()'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuffolkLITLab/docassemble-CivilActionCoverSheet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuffolkLITLab/docassemble-CivilActionCoverSheet/issues"
},
"homepage": "https://github.com/SuffolkLITLab/docassemble-CivilActionCoverSheet#readme",
"dependencies": {
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^7.2.0",
"puppeteer": "^3.1.0"
}
}