forked from choffmeister/adobe-illustrator-icnsexport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 841 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
{
"name": "adobe-illustrator-icon-exporter",
"version": "1.1.0",
"description": "This script allows to export icons created in Adobe Illustrator directly to a multiresolution .icns and .ico files.",
"scripts": {
"build": "npx extendscriptr --target illustrator --script src/icon-exporter.js --output lib/icon-exporter.jsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epsitec-sa/adobe-illustrator-icnsexport.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/epsitec-sa/adobe-illustrator-icnsexport/issues"
},
"homepage": "https://github.com/epsitec-sa/adobe-illustrator-icnsexport#readme",
"devDependencies": {
"eslint": "^6.3.0",
"extendscriptr": "^1.2.4"
},
"dependencies": {}
}