-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
77 lines (77 loc) · 1.92 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
70
71
72
73
74
75
76
77
{
"name": "exceptionless",
"version": "1.5.5",
"description": "JavaScript client for Exceptionless",
"license": "Apache-2.0",
"browser": "dist/exceptionless.js",
"browserify": "dist/exceptionless.universal.js",
"webpack": "dist/exceptionless.universal.js",
"main": "dist/exceptionless.node.js",
"jspm": {
"main": "dist/exceptionless.js"
},
"typings": "dist/exceptionless.d.ts",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp test"
},
"keywords": [
"exceptionless",
"error",
"feature",
"logging",
"tracking",
"reporting"
],
"repository": {
"url": "git://github.com/exceptionless/Exceptionless.JavaScript.git",
"type": "git"
},
"devDependencies": {
"@types/angular": "1.6.39",
"@types/angular-mocks": "1.5.11",
"@types/assertion-error": "1.0.30",
"@types/chai": "4.0.10",
"@types/jquery": "3.2.17",
"@types/mocha": "2.2.44",
"@types/mock-fs": "3.6.30",
"@types/node": "8.5.1",
"@types/sinon": "4.1.2",
"@types/stack-trace": "0.0.29",
"chai": "4.1.2",
"del": "3.0.0",
"es5-shim": "4.5.10",
"es6-shim": "0.35.3",
"event-stream": "3.3.4",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-exec": "2.1.3",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "4.3.1",
"gulp-mocha-phantomjs": "0.12.2",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.1",
"gulp-tslint": "8.1.2",
"gulp-uglify": "3.0.0",
"gulp-wrap-umd": "0.2.1",
"jshint": "2.9.5",
"mock-fs": "4.4.2",
"path": "0.12.7",
"requirejs": "2.3.5",
"rewire": "3.0.2",
"rimraf": "2.6.2",
"run-sequence": "2.2.0",
"sinon": "4.1.3",
"source-map-support": "0.5.0",
"systemjs": "0.20.19",
"tracekit": "0.4.5",
"tslint": "5.8.0",
"tsproject": "2.1.2",
"typescript": "2.6.2",
"typescript-formatter": "7.0.1"
},
"dependencies": {
"stack-trace": "0.0.10"
}
}