-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 867 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 867 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
{
"name": "console-cloud-watch",
"version": "0.1.1",
"description": "Send your browser errors and console message to AWS CLoudWatch",
"main": "console-cloud-watch.js",
"scripts": {
"uglify": "uglifyjs console-cloud-watch.js -c -m -o dist/console-cloud-watch.min.js",
"uglify-all": "uglifyjs node_modules/stacktrace-js/dist/stacktrace.min.js node_modules/fingerprintjs2/dist/fingerprint2.min.js vendor/aws-sdk-cloudwatch-2.156.0.min.js console-cloud-watch.js -c -m -o dist/console-cloud-watch-all.min.js"
},
"author": {
"name": "Andrea Agili",
"email": "agea@drwolf.it"
},
"repository": {
"type": "git",
"url": "git://github.com/agea/console-cloud-watch.git"
},
"license": "MIT",
"dependencies": {
"fingerprintjs2": "^1.5.1",
"stacktrace-js": "^2.0.0"
},
"devDependencies": {
"uglify-js": "^3.2.0"
}
}