-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
50
{
"name": "poof",
"version": "1.9.0",
"description": "A Twine 2 proofing format.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"del": "^3.0.0",
"fs-jetpack": "^2.4.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-js-escape": "^1.0.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.12.0",
"node-zip": "^1.1.1"
},
"scripts": {
"test": "tweego -f poof -o docs/demo/index.html docs/demo/poof.twee",
"gulp": "npx gulp",
"build": "npx gulp build",
"docs": "docsify serve ./docs -o",
"pack": "node ./pack.js",
"copy": "xcopy .\\dist\\format.js C:\\tweego\\story-formats\\poof\\format.js /y & xcopy .\\dist\\format.js .\\docs\\use\\format.js /y",
"all": "npm run build && npm run copy && npm test"
},
"author": "Chapel",
"license": "Unlicense",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChapelR/poof.git"
},
"keywords": [
"Twine",
"proofing",
"proof"
],
"bugs": {
"url": "https://github.com/ChapelR/poof/issues"
},
"homepage": "https://github.com/ChapelR/poof#readme",
"private": true
}