-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 853 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 853 Bytes
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
{
"name": "js-to-string",
"displayName": "JS to string",
"main": "./lib/js-to-string",
"version": "1.0.5",
"description": "Converts the selected JS lines to string (single-line/concatenated).",
"keywords": [
"js",
"jsx",
"jsxbin",
"javascript",
"extendscript",
"escape",
"text",
"manipulation",
"string",
"adobe",
"after effects",
"premiere",
"photoshop",
"illustrator",
"indesign"
],
"repository": {
"type": "git",
"url": "https://github.com/alexmunteanu/js-to-string.git"
},
"bugs": {
"url": "https://github.com/alexmunteanu/js-to-string/issues"
},
"homepage": "https://alexmunteanu.github.io/js-to-string",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"js-beautify": "^1.13.4"
},
"deprecated": false
}