forked from comphonia/substance-painter-merger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 827 Bytes
/
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
{
"name": "submerger",
"version": "1.1.0",
"description": "a photoshop merging tool for substance painter texture sets",
"main": "submerger.jsx",
"scripts": {
"test": "jshint src/submerger.jsx",
"build": "extendscriptr --script src/submerger.jsx --output dist/submerger.jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comphonia/substance-painter-merger.git"
},
"keywords": [
"substance",
"jsx",
"photoshop",
"textures",
"pbr"
],
"author": "comphonia",
"license": "MIT",
"bugs": {
"url": "https://github.com/comphonia/substance-painter-merger/issues"
},
"homepage": "https://github.com/comphonia/substance-painter-merger#readme",
"devDependencies": {
"extendscriptr": "^1.2.4",
"jshint": "^2.10.2"
},
"dependencies": {}
}