-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "csinterface-ts",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-WUUEH+AInuLHk8bhOoE0Ay8BGO8=",
"_location": "/csinterface-ts",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "csinterface-ts",
"name": "csinterface-ts",
"escapedName": "csinterface-ts",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/csinterface-ts/-/csinterface-ts-1.0.3.tgz",
"_shasum": "5945041fe0089ee2c793c6e13a8134032f0118ef",
"_spec": "csinterface-ts",
"_where": "/Users/bmuller/IdeaProjects/angular-tour-of-heroes",
"author": {
"name": "[email protected]"
},
"bugs": {
"url": "https://github.com/BrightShadow/CSInterface-TS/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Custom implementation of Adobe extensions CSInterface library v7.x, in Typescript.",
"homepage": "https://github.com/BrightShadow/CSInterface-TS#readme",
"keywords": [
"typescript",
"csinterface",
"adobe",
"cep",
"extension",
"plugin"
],
"license": "MIT",
"main": "dist/csinterface-ts.js",
"maintainers": [
{
"name": "Pawel Porombka",
"email": "[email protected]"
}
],
"name": "csinterface-ts",
"repository": {
"type": "git",
"url": "git+https://github.com/BrightShadow/CSInterface-TS.git"
},
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"typings": "dist/csinterface-ts",
"version": "1.0.3"
}