forked from alexmdodge/github-diff-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "github-diff-explorer",
"version": "1.0.2",
"description": "An extension which modifies the github diff viewer to instead use a file explorer similar to that of BitBucket and Stash.",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alexmdodge/github-diff-explorer.git"
},
"keywords": [
"github",
"bitbucket",
"diff-viewer",
"explorer",
"plugin",
"extension"
],
"author": "Alex Dodge",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexmdodge/github-diff-explorer/issues"
},
"homepage": "https://github.com/alexmdodge/github-diff-explorer#readme",
"dependencies": {
"autoprefixer": "7.2.3",
"babel-core": "6.26.0",
"babel-jest": "22.0.4",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"concurrently": "3.5.1",
"css-loader": "0.28.7",
"deep-extend": "0.5.0",
"extract-text-webpack-plugin": "3.0.2",
"http-server": "0.10.0",
"postcss-cssnext": "3.0.2",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-import": "11.0.0",
"postcss-loader": "2.0.9",
"postcss-url": "7.3.0",
"style-loader": "0.19.1",
"webpack": "3.10.0"
},
"devDependencies": {
"uglifyjs-webpack-plugin": "1.2.4"
}
}