forked from fossasia/scrum_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 842 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
{
"name": "scrum_helper_extension",
"version": "1.0.0",
"description": "This extension helps in writing Srums in google groups, particularly related to FOSSASIA. It converts a link to a github PR or an Issue to display the PR or the Issue's name along with the link to it.",
"devDependencies": {
"eslint": "^4.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkedia321/scrum_helper_extension.git"
},
"scripts": {
"test": "eslint .",
"lint": "eslint ."
},
"keywords": [
"scrum",
"google groups",
"fossasia"
],
"author": "hkedia321",
"license": "ISC",
"bugs": {
"url": "https://github.com/hkedia321/scrum_helper_extension/issues"
},
"homepage": "https://github.com/hkedia321/scrum_helper_extension",
"dependencies": {
"babel-eslint": "^7.2.3"
}
}