-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 940 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
{
"name": "github-open-in-sublime",
"version": "0.0.4",
"description": "Easily open a project's file while looking at it (or a \"diff data\" of it) in Github",
"main": "github-sublime.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/tgirardi/github-open-in-sublime"
},
"keywords": [
"github",
"sublime",
"chrome",
"content script"
],
"author": "Tomás Girardi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tgirardi/github-open-in-sublime/issues"
},
"homepage": "https://github.com/tgirardi/github-open-in-sublime",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-jshint": "^0.11.0",
"mocha": "^2.2.5"
}
}