-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 826 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
{
"name": "jsxbin-encoder",
"main": "./lib/jsxbin-encoder",
"version": "1.9.11",
"description": "Encodes the selected JSX to JSXBIN.",
"keywords": [
"js",
"jsx",
"jsxbin",
"javascript",
"extendscript",
"encoder",
"encoding",
"adobe",
"after effects",
"premiere",
"photoshop",
"illustrator",
"indesign"
],
"repository": {
"type": "git",
"url": "https://github.com/alexmunteanu/jsxbin-encoder.git"
},
"bugs": {
"url": "https://github.com/alexmunteanu/jsxbin-encoder/issues"
},
"homepage": "https://alexmunteanu.github.io/jsxbin-encoder",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"del": "^6.0.0",
"javascript-obfuscator": "^2.10.3",
"temp-dir": "^2.0.0"
},
"deprecated": false
}