forked from DigitalHistory/history-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 690 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 690 Bytes
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
{
"name": "history-please",
"productName": "HistoryMatic",
"version": "0.0.8",
"description": "Gives you a random page about Canadian history",
"license": "MPL-2.0",
"main": "index.js",
"scripts": {
"start": "electron .",
"package": "electron-packager . historymatic --all",
"watch": "node-sass css/style.scss -wo css"
},
"bin": {
"history-please": "./bin/history-please.js"
},
"devDependencies": {
"electron": "^10.1.1",
"node-sass": "^4.12.0"
},
"author": "@k88hudson, Matt Price",
"dependencies": {
"colors": "^1.3.3",
"html-to-text": "^5.1.1",
"markdown-it": "^9.1.0",
"minimist": "^1.2.0",
"open": "^6.4.0"
}
}