-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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": "exceptionless",
"version": "1.1.1",
"description": "JavaScript client for Exceptionless",
"license": "Apache-2.0",
"main": "dist/exceptionless.node.js",
"jspm": {
"main": "dist/exceptionless.js"
},
"scripts": {
"prepublish": "tsd reinstall -s",
"start": "gulp",
"build": "gulp build",
"test": "gulp test"
},
"keywords": [
"exceptionless",
"error",
"feature",
"logging",
"tracking",
"reporting"
],
"devDependencies": {
"bower": "1.6.3",
"del": "2.0.2",
"es5-shim": "4.1.15",
"es6-shim": "0.33.6",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-karma": "0.0.5",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "^3.3.1",
"gulp-uglify": "1.4.2",
"gulp-wrap-umd": "0.2.1",
"jasmine-core": "2.3.4",
"karma": "0.13.11",
"karma-cli": "0.1.1",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"phantomjs": "^1.9.18",
"rimraf": "2.4.3",
"tracekit": "0.3.0",
"tsproject": "1.0.4",
"typescript": "1.6.2"
},
"dependencies": {
"stack-trace": "0.0.9"
}
}