-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
55 lines (55 loc) · 1.24 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
{
"name": "exceptionless",
"version": "1.4.1",
"description": "JavaScript client for Exceptionless",
"license": "Apache-2.0",
"main": "dist/exceptionless.node.js",
"jspm": {
"main": "dist/exceptionless.js"
},
"typings": "dist/exceptionless.d.ts",
"scripts": {
"prepublish": "tsd reinstall -s",
"start": "gulp",
"build": "gulp build",
"test": "gulp test"
},
"keywords": [
"exceptionless",
"error",
"feature",
"logging",
"tracking",
"reporting"
],
"repository": {
"type": "git",
"url": "git://github.com/exceptionless/Exceptionless.JavaScript.git"
},
"devDependencies": {
"chai": "3.5.0",
"del": "2.2.0",
"es5-shim": "4.5.8",
"es6-shim": "0.35.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-exec": "2.1.2",
"gulp-mocha": "2.2.0",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "5.0.0",
"gulp-uglify": "1.5.3",
"gulp-wrap-umd": "0.2.1",
"rimraf": "2.5.2",
"source-map-support": "0.4.0",
"mock-fs": "3.9.0",
"tracekit": "0.4.3",
"tslint": "3.8.1",
"tsproject": "1.2.1",
"typescript": "1.8.10",
"typescript-formatter": "2.1.0"
},
"dependencies": {
"stack-trace": "0.0.9"
}
}