forked from bastienEichenberger/extendscript-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.03 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.03 KB
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
{
"name": "extendscript-library",
"description": "ExtendScript-library is a JavaScript library. This library has been created in order to support people who'd like write automation scripts for Adobe Creative Suite",
"version": "0.1.0",
"homepage": "https://github.com/bastienEichenberger/extendscript-library.org",
"author": {
"name": "Bastien Eichenberger",
"email": "bastien.eichenberger@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bastienEichenberger/extendscript-library.git"
},
"bugs": {
"url": "https://github.com/bastienEichenberger/extendscript-library/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/bastienEichenberger/extendscript-library/license.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"docstrap": "git+https://github.com/terryweiss/docstrap.git"
}
}