forked from HackSoc/hacksoc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 927 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
29
30
31
32
33
{
"name": "hacksoc.org",
"version": "1.2.1",
"description": "Replacement generator for static pages on HackSoc.org",
"main": "main.js",
"scripts": {
"mkdir": "mkdir -p minutes news regular servers static html",
"start": "npm run mkdir && node .",
"test": "http-server -a 'localhost' -d false -i true -o -c-1 html/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackSoc/hacksoc.org.git"
},
"author": "Luke Moll",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/HackSoc/hacksoc.org/issues"
},
"homepage": "https://github.com/HackSoc/hacksoc.org#readme",
"dependencies": {
"docmatter": "^1.1.0",
"fs-extra": "^6.0.1",
"handlebars": "^4.5.3",
"highlight.js": "^9.15.8",
"js-yaml": "^3.13.1",
"markdown-it": "^8.4.2",
"markdown-it-highlightjs": "^3.0.0"
},
"devDependencies": {
"http-server": "^0.11.1"
}
}