-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "github-diff-filter",
"version": "1.1.0",
"description": "A bookmarklet to allow you to filter the list of files in GitHub's comparison views.",
"keywords": [
"bookmarklet",
"github",
"javascript",
"filter"
],
"author": {
"name": "Scott Cranfill",
"email": "scott@scottcranfill.com"
},
"homepage": "https://github.com/Scotchester/github-diff-filter",
"repository": {
"type": "git",
"url": "https://github.com/Scotchester/github-diff-filter.git"
},
"bugs": "https://github.com/Scotchester/github-diff-filter/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Scotchester/github-diff-filter/blob/master/TERMS.md"
}
],
"main": "src/app.js",
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-qunit": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-include-replace": "latest",
"grunt-text-replace": "latest",
"jit-grunt": "latest",
"load-grunt-tasks": "latest",
"time-grunt": "latest"
}
}