-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 853 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 853 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
{
"name": "zedit-npc-overhauls-patcher",
"productName": "Lukas' NPC Overhauls Patcher",
"description": "Patcher, which allows merging of NPC looks mods with non look mods like 'Diversity - A Character Overhaul' (looks) and 'Immersive Weapons' (non looks).",
"version": "0.1",
"author": "lukas.datte",
"copyright": "© 2019, lukas.datte",
"repository": "",
"license": "MIT",
"scripts": {
"build": "gulp build",
"release": "gulp release"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.3.2",
"gulp-include": "^2.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-zip": "^4.1.0",
"typescript": "^3.7.4",
"xelib": "github:z-edit/xelib",
"@types/angular": "^1.6.57",
"gulp-replace": "^1.0.0"
},
"dependencies": {}
}