forked from DigitalHistory/advanced-topics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.89 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
33
34
35
36
37
38
39
40
{
"name": "advanced-topics",
"version": "0.1.2",
"description": "exercises for learning Digital History",
"main": "index.js",
"scripts": {
"test": "mocha -t 0 test/test.js --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults",
"test-less-confusing": "mocha -t 0 test/test.js --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults || true",
"watch": "node node_modules/live-server/live-server",
"test-maps": "mocha -t 0 test/test.js --grep \"Spatial History\" --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults",
"test-oh": "mocha -t 0 test/test.js --grep \"Oral History\" --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults",
"test-proposal": "mocha -t 0 test/test.js --grep \"Proposal\" --reporter mochawesome --reporter-options reportDir=TestResults,reportFilename=testresults",
"server": "node node_modules/http-server/bin/http-server -o",
"servemap": "node node_modules/http-server/bin/http-server -o ./spatial-history",
"servestory": "node node_modules/http-server/bin/http-server -o ./oral-history",
"serveproposal": "node node_modules/http-server/bin/http-server -o ./project-proposal"
},
"author": "Matt Price",
"license": "GPL-3.0",
"repository": "https://github.com/DigitalHistory/advanced-topics",
"dependencies": {
"chai": "4.2.0",
"chai-fs": "2.0.0",
"ecstatic": "^4.1.4",
"git-commits": "1.3.0",
"git-config": "0.0.7",
"git-state": "4.1.0",
"html-word-count": "2.0.0",
"http-server": "^0.12.3",
"jsdom": "^16.4.0",
"json-validation": "1.0.4",
"jsonlint": "1.6.3",
"live-server": "^1.2.1",
"local-web-server": "^4.2.1",
"markdown-it": "^12.3.0",
"mocha": "8.2.0",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"mochawesome": "6.2.1"
}
}