forked from mozilla-necko/triage-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 829 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 829 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": "triage-list",
"version": "1.0.0",
"description": "Semi-automated set of scripts and data to provide a calendar and source for automatic Mozilla Necko team triage assignment",
"main": "triage.js",
"scripts": {
"help": "node triage.js help",
"update": "node triage.js update",
"exempt": "node triage.js exempt",
"prepush": "node triage.js prepush",
"push": "git add . && git commit -m \"Update via 'npm run push'\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-necko/triage-list.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mozilla-necko/triage-list/issues"
},
"homepage": "https://github.com/mozilla-necko/triage-list#readme",
"dependencies": {
"ical-toolkit": "^1.0.9"
}
}