-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 677 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 677 Bytes
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
{
"name": "elmah.io.javascript",
"description": "elmah.io javascript logger.",
"version": "4.2.2",
"repository": "https://github.com/elmahio/elmah.io.javascript",
"license": "Apache-2.0",
"main": "dist/elmahio.js",
"types": "typescript/elmahio.d.ts",
"keywords": [
"error logging",
"crash monitoring",
"cloud logging",
"error management",
"exception logging",
"exception",
"bug tracking"
],
"homepage": "https://elmah.io",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-beautify": "^2.0.1",
"gulp-minify": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-comments": "^2.5.2",
"lodash": "~4.17.10"
}
}