-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
{
"name": "eventhub-js",
"version": "1.1.0",
"description": "EventHub for Windows Azure",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"keywords": [
"azure",
"event hub"
],
"scripts": {
"test": "gulp mocha",
"build": "gulp build"
},
"author": "Martin Lang-Roman <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mjlang/eventhub-js"
},
"devDependencies": {
"@types/axios": "^0.9.34",
"@types/moment": "^2.13.0",
"@types/node-uuid": "0.0.28",
"chai": "^3.5.0",
"chai-as-promised": "6.0.0",
"del": "^2.2.0",
"eslint": "3.11.1",
"eslint-config-airbnb-base": "10.0.1",
"eslint-plugin-import": "2.2.0",
"gulp": "^3.9.1",
"gulp-mocha": "3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "3.1.3",
"lodash": "^4.12.0",
"merge2": "^1.0.2",
"mocha": "3.2.0",
"nock": "9.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.4",
"source-map-support": "^0.4.0",
"tslint": "4.0.2",
"typescript": "2.0.10"
},
"dependencies": {
"axios": "^0.15.3",
"moment": "^2.17.0",
"node-uuid": "^1.4.7"
}
}