-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 752 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
{
"name": "my-javascript-crasher",
"version": "1.0.0",
"description": "Sample js application integrated with bugsplat",
"main": "index.html",
"scripts": {
"start": "npm run test",
"test": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/BugSplat-Git/my-javascript-crasher.git"
},
"keywords": [
"js",
"javascript",
"bugsplat",
"error",
"crash",
"reporting",
"analytics",
"apm"
],
"author": "@bobbyg603",
"license": "MIT",
"bugs": {
"url": "https://github.com/BugSplat-Git/my-javascript-crasher/issues"
},
"homepage": "https://github.com/BugSplat-Git/my-javascript-crasher#readme",
"devDependencies": {
"http-server": "^14.1.1"
}
}