-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 952 Bytes
/
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
{
"name": "grunt-cep",
"description": "A Grunt plugin that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.",
"version": "0.11.0",
"homepage": "https://github.com/fcamarlinghi/grunt-cep",
"author": {
"name": "Francesco Camarlinghi",
"email": "me@minifloppy.it",
"url": "http://www.minifloppy.it/"
},
"repository": {
"type": "git",
"url": "git://github.com/fcamarlinghi/grunt-cep.git"
},
"bugs": {
"url": "https://github.com/fcamarlinghi/grunt-cep/issues"
},
"license": "Apache-2.0",
"main": "Gruntfile.js",
"dependencies": {
"async": "^3.2.4",
"lodash": "^4.17.21",
"uuid": "^9.0.1",
"zxp-provider": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.6.1"
},
"keywords": [
"adobe",
"creative cloud",
"extension",
"grunt plugin",
"cep",
"photoshop",
"illustrator",
"indesign",
"cc",
"html5"
]
}