-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "panel-photoshop-devstack",
"version": "1.4.1",
"description": "Devstack for building and debugging Photoshop panel",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": {
"run-generator": "bin/run-generator",
"autoreload": "bin/autoreload",
"build-backend": "bin/build-backend",
"get-panel": "bin/get-panel",
"flatten": "bin/flatten",
"build-clean": "bin/build-clean.sh",
"build-remote-win": "bin/build-remote-win.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/panels/photoshop-devstack"
},
"bugs": {
"url": "https://github.com/panels/photoshop-devstack/issues"
},
"author": "Marek Hrabe <[email protected]> (https://github.com/marekhrabe)",
"contributors": [
"Marek Hrabe <[email protected]> (https://github.com/marekhrabe)",
"Tomas Ruzicka <[email protected]> (https://github.com/lezuse)"
],
"license": "MIT",
"dependencies": {
"bash-color": "0.0.3",
"coffee-script": "^1.7.1",
"este-watch": "0.0.4",
"flatten-deps": "~0.2.2",
"generator-core": "adobe-photoshop/generator-core",
"glob": "~4.0.6",
"gulp": "~3.8.7",
"gulp-add-src": "^0.1.1",
"gulp-coffee": "^2.2.0",
"gulp-uglify": "^1.0.1",
"ps-tree": "0.0.3",
"temp": "~0.8.1",
"win-remote": "^0.1.0"
}
}