-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 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
{
"name": "faultline-js",
"version": "0.2.0",
"description": "faultline exception and error notifier for JavaScript.",
"author": "k1LoW",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/faultline/faultline-js.git"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/error-stack-parser": "^1.3.18",
"@types/mocha": "^2.2.42",
"@types/request": "^2.0.2",
"@types/sinon": "^2.3.3",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.0.2",
"error-stack-parser": "^2.0.1",
"imports-loader": "^0.7.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.2.2",
"tslint": "^5.4.3",
"tslint-loader": "^3.5.3",
"typescript": "^2.4.2",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"webpack": "^3.0.0",
"octopublish": "*"
},
"main": "dist/client.js",
"files": [
"dist/",
"README.md",
"LICENSE.txt"
],
"scripts": {
"build": "webpack",
"test": "karma start"
}
}