-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 913 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 913 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
{
"name": "underscript",
"version": "0.20.0-alpha.1",
"description": "Script for Undercards. An undertale fan-made game.",
"homepage": "https://feildmaster.github.io/UnderScript/",
"repository": "feildmaster/UnderScript",
"main": "dist/undercards.user.js",
"unpkg": "dist/undercards.user.js",
"browser": "dist/undercards.user.js",
"license": "MIT",
"author": "Alan H (feildmaster) <underscript@feildmaster.com> (https://feildmaster.com/)",
"contributors": [
"Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)"
],
"scripts": {
"build": "gulp --deploy",
"prepack": "gulp --deploy",
"version": "node scripts/versioning.js && git add ./src/meta.js"
},
"files": [
"dist/*.js"
],
"devDependencies": {
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"replace": "^1.0.0"
}
}