forked from atom/whats-my-line
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 844 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
{
"name": "whats-my-line",
"version": "0.2.0",
"description": "Handy library for displaying GitHub comments within a text editor.",
"main": "src/index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pulsar-edit/whats-my-line"
},
"keywords": [
"GitHub",
"comment",
"diff"
],
"author": "kuychaco",
"license": "ISC",
"bugs": {
"url": "https://github.com/pulsar-edit/whats-my-line/issues"
},
"homepage": "https://github.com/pulsar-edit/whats-my-line",
"devDependencies": {
"js-yaml": "^3.12.2",
"mocha": "^6.0.2"
},
"dependencies": {
"dugite": "2.5.2",
"superstring": "https://github.com/pulsar-edit/superstring/archive/c2ff062317362363eae7d392cd78aef4fcc8b9f8.tar.gz",
"what-the-diff": "^0.6.0"
}
}