forked from antonio-gomez/photoshop-connection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
46
47
48
49
{
"name": "photoshop-connection",
"version": "1.0.0",
"description": "Node.js module for connecting to Adobe Photoshop Server",
"main": "./dist/index.js",
"types": "./src/index.d.ts",
"directories": {
"src": "src",
"dist": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonio-gomez/photoshop-connection.git"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"photoshop",
"connection",
"extendscript",
"es6",
"kevlar",
"sdk"
],
"author": {
"name": "Antonio Gomez",
"email": "[email protected]",
"url": "https://github.com/antonio-gomez"
},
"contributors": [
{
"name": "Javier Aroche",
"email": "[email protected]",
"url": "https://github.com/JavierAroche"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/antonio-gomez/photoshop-connection/issues"
},
"homepage": "https://github.com/antonio-gomez/photoshop-connection#readme",
"devDependencies": {
"@types/node": "^8.0.34",
"q": "^1.4.1",
"typescript": "^2.5.3"
},
"dependencies": {}
}