forked from helmus/Jira-Hot-Linker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
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
39
{
"name": "jira-hot-linker",
"version": "1.0.0",
"description": "Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helmus/Jira-Hot-Linker.git"
},
"author": "Willem",
"license": "MIT",
"bugs": {
"url": "https://github.com/helmus/Jira-Hot-Linker/issues"
},
"homepage": "https://github.com/helmus/Jira-Hot-Linker#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.10.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-object-super": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.21.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-env": "^1.1.4",
"bluebird": "^3.4.1",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"jquery": "^3.1.0",
"lodash": "^4.13.1",
"node-sass": "^4.0.0",
"sass-loader": "^4.1.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.0-rc.0"
}
}