-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "csinterface-ts",
"version": "1.0.3",
"description": "Implementation of Adobe extensions CSInterface library v7.x, in Typescript (identical to original).",
"main": "dist/csinterface-ts.js",
"typings": "dist/csinterface-ts",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrightShadow/CSInterface-TS.git"
},
"keywords": [
"typescript",
"csinterface",
"adobe",
"cep",
"extension",
"plugin"
],
"author": "brightshadow86@gmail.com",
"maintainers": [
{
"name": "Pawel Porombka",
"email": "brightshadow86@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BrightShadow/CSInterface-TS/issues"
},
"homepage": "https://github.com/BrightShadow/CSInterface-TS#readme"
}