forked from newrelic/video-agent-roku
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 832 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
{
"name": "video-agent-roku",
"version": "3.0.1",
"description": "[](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#community-project)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/video-agent-roku.git"
},
"keywords": [
"newrelic",
"brightscript"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/newrelic/video-agent-roku/issues"
},
"homepage": "https://github.com/newrelic/video-agent-roku#readme"
}