forked from typed-contrib/node-amqp10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 937 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
35
36
37
38
39
40
41
42
43
{
"name": "typed-amqp10",
"version": "3.3.1",
"description": "Type definitions for https://github.com/noodlefrenzy/node-amqp10",
"main": "index.js",
"author": "typed-contrib",
"license": "MIT",
"homepage": "https://github.com/typed-contrib/node-amqp10#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/node-amqp10.git"
},
"bugs": {
"url": "https://github.com/typed-contrib/node-amqp10/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "typings install",
"test": "cd test && typings install && tsc -p ."
},
"keywords": [
"typings",
"definitions",
"typescript",
"amqp",
"amqp10",
"microsoft",
"azure",
"servicebus",
"activemq",
"qpid",
"msnodesql",
"typed-contrib",
"typed",
"tsd"
],
"devDependencies": {
"typings": "^1.0.4",
"typescript": "^1.8.10"
}
}