-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.31 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
51
{
"name": "harlowe-audio",
"version": "2.3.0",
"description": "Audio library for Twine2/Harlowe2.",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"del": "^3.0.0",
"fs-jetpack": "^2.4.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.1",
"node-zip": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "tweego -f harlowe-3 -o test/index.html dist test/twee && start test/index.html",
"test.2": "tweego -f harlowe-2 -o test/2.html dist test/twee",
"gulp": "gulp",
"clean": "gulp clean",
"build": "gulp build",
"pack": "node pack.js",
"go": "npm run build && npm test && npm run test.2",
"docs": "docsify serve ./docs -o"
},
"keywords": [
"twine",
"audio",
"harlowe"
],
"author": "Chapel",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/ChapelR/harlowe-audio.git"
},
"bugs": {
"url": "https://github.com/ChapelR/harlowe-audio/issues"
},
"homepage": "https://github.com/ChapelR/harlowe-audio#readme"
}