forked from typed-contrib/azure-storage-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 945 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 945 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
41
42
{
"name": "typed-azure-storage",
"version": "0.10.0",
"description": "Type definitions for https://github.com/Azure/azure-storage-node",
"main": "index.js",
"author": "typed-contrib",
"license": "MIT",
"homepage": "https://github.com/typed-contrib/azure-storage-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/azure-storage-node.git"
},
"bugs": {
"url": "https://github.com/typed-contrib/azure-storage-node/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "typings install && cd test && typings install",
"test": "tsc -p test"
},
"keywords": [
"typings",
"definitions",
"typescript",
"azure",
"microsoft",
"storage",
"table",
"queue",
"file",
"blob",
"typed-contrib",
"typed",
"tsd"
],
"devDependencies": {
"typings": "^1.0.4",
"typescript": "^1.8.10"
}
}