-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.17 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
50
51
52
53
{
"name": "extendscript-api-documentation",
"version": "0.2.0",
"description": "Generates Adobe API docs in various formats.",
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/yearbook/extendscript-api-documentation.git"
},
"keywords": [
"adobe",
"indesign",
"photoshop",
"illustrator",
"estk",
"extendscript",
"xml",
"docs",
"documentation",
"api",
"esdocs"
],
"author": "Yearbook Machine",
"license": "MIT",
"bugs": {
"url": "https://github.com/yearbook/extendscript-api-documentation/issues"
},
"dependencies": {
"babel-core": "^6.26.3",
"core-js": "^3.6.5",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^7.0.1",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.0",
"gulp-pug": "^4.0.1",
"jstransformer": "^1.0.0",
"markdown": "^0.5.0"
},
"devDependencies": {
"jstransformer-markdown": "^1.2.1",
"pug": "^3.0.1"
},
"browserslist": [
"last 2 versions"
]
}