forked from softvar/enhanced-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 973 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
31
32
33
34
35
36
37
38
39
40
{
"name": "enhanced-github",
"version": "2.0.2",
"description": "Add-ons for Github website - Download File, display size of each file and Copy file contents",
"main": "src/inject.js",
"scripts": {
"dev": "gulp watch",
"build": "gulp",
"zip": "gulp zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvar/enhanced-github.git"
},
"author": "Varun Malhotra",
"license": "MIT",
"bugs": {
"url": "https://github.com/softvar/enhanced-github/issues"
},
"homepage": "https://github.com/softvar/enhanced-github#readme",
"keywords": [
"extension",
"github",
"enhanced-github",
"file-download"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.2"
},
"dependencies": {
"clipboard": "^1.6.1"
}
}