-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
29 lines (29 loc) · 1.04 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
{
"name": "imports-for-mpmb-s-character-sheet",
"version": "1.0.0",
"description": "This git repository holds different fan-created materials that can be used with the popular MorePurpleMoreBetter's Character Record Sheet. The repository for the sheet is [found here](https://github.com/morepurplemorebetter/MPMBs-Character-Record-Sheet).",
"repository": {
"type": "git",
"url": "git+https://github.com/safety-orange/Imports-for-MPMB-s-Character-Sheet.git"
},
"scripts": {
"minify": "gulp",
"minifyStable": "gulp minifyStable",
"minifyBeta": "gulp minifyBeta"
},
"private": true,
"author": "safety-orange",
"bugs": {
"url": "https://github.com/safety-orange/Imports-for-MPMB-s-Character-Sheet/issues"
},
"homepage": "https://github.com/safety-orange/Imports-for-MPMB-s-Character-Sheet#readme",
"devDependencies": {
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2"
}
}