forked from DistributedProofreaders/dproofreaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 888 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
28
29
30
31
{
"name": "dproofreaders",
"version": "1.0.0",
"description": "Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.",
"scripts": {
"lint": "eslint \"./**/*.js\" --max-warnings=0",
"lint-fix": "eslint --fix \"./**/*.js\"",
"test": "node ./SETUP/tests/jsUnit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DistributedProofreaders/dproofreaders.git"
},
"keywords": [
"ebooks",
"proofreading",
"public-domain"
],
"author": "",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://www.pgdp.net/c/tasks.php"
},
"homepage": "https://github.com/DistributedProofreaders/dproofreaders",
"devDependencies": {
"eslint": "^8.49.0",
"geckodriver": "^4.2.1",
"less": "^4.2.0",
"selenium-webdriver": "^4.12.0"
}
}