-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
31 lines (31 loc) · 1.07 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
{
"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": "[email protected]"
},
"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": {
"docstrap": "git+https://github.com/terryweiss/docstrap.git",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"npm-git-install": "^0.3.0"
}
}