This repository was archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
52
53
{
"name": "Github Improvement",
"version": "0.0.2",
"description": "Improve GitHub website the way you want.",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/chrome": "0.0.46",
"@types/jquery": "^2.0.41",
"babel-polyfill": "^6.23.0",
"es6-promise": "^4.0.5",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.4",
"typescript": "^2.1.5"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "0.0.15",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.1",
"tsify": "^3.0.1",
"typescript": "^2.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:m98/github-improvement.git"
},
"keywords": [
"html5",
"GitHub"
],
"author": "Mohammad Kermani (98kermani@gmail.com)",
"license": "MIT",
"bugs": {
"url": "git@github.com:m98/github-improvement.git"
},
"homepage": "git@github.com:m98/github-improvement.git"
}