forked from fritzy/node-azure-media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.68 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
63
64
65
66
67
68
69
{
"_args": [
[
"azure-media@^1.1.0"
]
],
"_from": "azure-media@>=1.1.0 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/azure-media",
"_npmUser": {
"email": "[email protected]",
"name": "bpceee"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "azure-media",
"raw": "azure-media@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/azure-media/-/azure-media-1.0.11.tgz",
"_shasum": "4092b99b051be4102e4a0294355b53761c18a0e5",
"_shrinkwrap": null,
"_spec": "azure-media@^1.1.0",
"_where": "D:\\WebMatrix\\mstest1337",
"bugs": {
"url": "https://github.com/fritzy/node-azure-media/issues"
},
"dependencies": {
"async": "^0.2.10",
"moment": "^2.8.3",
"node-uuid": "^1.4.1",
"nodeunit": "^0.8.6",
"request": "^2.34.0",
"verymodel": "^1.10.1"
},
"description": "Node SDK for Azure's Media Service",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "4092b99b051be4102e4a0294355b53761c18a0e5",
"tarball": "http://registry.npmjs.org/azure-media/-/azure-media-1.0.11.tgz"
},
"gitHead": "fb237b6c7ca3865146d69f962256d7a63afc1916",
"homepage": "https://github.com/fritzy/node-azure-media",
"installable": true,
"main": "index.js",
"maintainers": [
{
"name": "bpceee",
"email": "[email protected]"
}
],
"name": "azure-media",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:fritzy/node-azure-media.git"
},
"scripts": {},
"version": "1.1.0"
}