forked from ChapelR/custom-macros-for-sugarcube-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "custom-macros-for-sugarcube-2",
"version": "2.7.1",
"description": "Collection of custom macros and systems for Twine/SugarCube2.",
"main": "build.js",
"directories": {
"doc": "docs",
"lib": "scripts"
},
"scripts": {
"lint": "jshint scripts",
"build": "node build",
"docs": "docsify serve docs -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChapelR/custom-macros-for-sugarcube-2.git"
},
"keywords": [
"twine",
"twine2"
],
"author": "Chapel",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/ChapelR/custom-macros-for-sugarcube-2/issues"
},
"homepage": "https://github.com/ChapelR/custom-macros-for-sugarcube-2#readme",
"devDependencies": {
"fs-jetpack": "^1.3.1",
"git-commit-id": "^2.0.1",
"jshint": "^2.11.1",
"terser": "^4.8.0"
},
"private": true
}