-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 868 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 868 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
{
"name": "worldmaking.github.io",
"version": "1.0.0",
"description": "[Public website](http://worldmaking.github.io) for the Computational Worldmaking Lab at York.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worldmaking/worldmaking.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/worldmaking/worldmaking.github.io/issues"
},
"homepage": "https://github.com/worldmaking/worldmaking.github.io#readme",
"devDependencies": {
"handlebars": "^4.7.7",
"markdown": "^0.5.0"
},
"dependencies": {
"es6-dynamic-template": "^2.0.0",
"highlight": "^0.2.4",
"highlight.js": "^10.5.0",
"json5": "^2.1.3",
"marked": "^4.0.10",
"pegjs": "^0.9.0"
}
}