forked from ScheduleEngine/loggly-jslogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "@homex/loggly-jslogger",
"version": "2.2.0",
"description": "A Javascript client to send logs to Loggly.",
"browser": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/HomeXLabs/loggly-jslogger"
},
"author": "Loggly",
"keywords": [
"loggly-jslogger",
"jslogger",
"loggly",
"log"
],
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"bower": "^1.8.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"jasmine": "^3.7.0",
"jsdom": "^16.5.3",
"semantic-release": "^17.4.3"
},
"scripts": {
"build": "grunt",
"test": "npm run build && jasmine"
}
}