-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 836 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
{
"name": "travis-report",
"version": "1.0.4",
"description": "A google chrome extension that shows the status of each travis environment for a github PR Edit",
"main": "manifest.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "zip -jr travis-report.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjubes/travis-report.git"
},
"keywords": [
"travis",
"CI",
"github",
"chrome",
"extension",
"developer",
"dev-tool"
],
"author": "Brian Jubelirer <[email protected]> (bjubes)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bjubes/travis-report/issues"
},
"homepage": "https://github.com/bjubes/travis-report#readme",
"devDependencies": {
"chrome-webstore-upload-cli": "^1.1.1"
}
}