-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 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
28
29
30
31
32
33
34
35
36
{
"name": "netstack.js",
"version": "2.1.4",
"description": "A simple and easy JavaScript library for highlighting .NET stack traces",
"main": "netstack.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elmahio/netStack.js.git"
},
"author": "elmah.io <info@elmah.io> (https://elmah.io)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elmahio/netStack.js/issues"
},
"homepage": "https://github.com/elmahio/netStack.js#readme",
"keywords": [
".NET",
"stacktrace",
"formatter",
"JavaScript",
"library",
"elmah.io"
],
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.3.4",
"jsdom": "^17.0.0",
"mocha": "^9.1.2"
},
"dependencies": {
"gulp": "^5.0.0"
}
}