-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "adobe-media-encoder-webservice",
"version": "0.2.2",
"description": "Adobe Media Encoder web service client",
"private": true,
"license": "UNLICENSED",
"keywords": [
"adobe media encoder",
"ame"
],
"author": {
"name": "Rune Bjerke",
"email": "[email protected]",
"url": "http://spoox.org"
},
"scripts": {
"prepublish": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sp00x/node-adobe-media-encoder-webservice.git"
},
"homepage": "https://github.com/sp00x/node-adobe-media-encoder-webservice",
"bugs": {
"url": "https://github.com/sp00x/node-adobe-media-encoder-webservice/issues"
},
"dependencies": {
"clone": "^1.0.2",
"finity": "^0.4.4",
"fluent-state-machine": "^0.2.0",
"logging-interfaces": "git://github.com/sp00x/node-logging-interfaces.git#master",
"q": "^1.4.1",
"request": "^2.69.0",
"source-map-support": "^0.4.0",
"uuid4": "^1.0.0",
"xml-writer": "^1.6.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"typescript": "^1.8.9"
},
"main": "dist/index",
"typings": "dist/index"
}