forked from dh20199/assignment-00-git-and-github-morganmedea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.07 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
{
"name": "git-and-github",
"version": "0.2.0",
"description": "exercises for learning Github in Digital History",
"main": "index.js",
"scripts": {
"test": "mocha -t 0 --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults test/test.js || true",
"watch": "mocha -t 0 --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults -w",
"collectjson": "node utils/collectjson.js"
},
"author": "Matt Price",
"license": "AGPL-3.0",
"repository": "https://github.com/DigitalHistory/00-git-and-github",
"dependencies": {
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"git-commits": "^1.3.0",
"git-config": "0.0.7",
"git-state": "^4.1.0",
"html-word-count": "^2.0.0",
"json-validation": "^1.0.4",
"jsonlint": "^1.6.3",
"mocha": "^6.1.0",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"mochawesome": "^4.1.0",
"shelljs": "^0.8.3",
"url-exists": "^1.0.3",
"url-exists-async-await": "^1.0.0",
"url-exists-deep": "^1.1.1"
},
"devDependencies": {}
}