-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 925 Bytes
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
{
"name": "github-blob-commit",
"version": "1.2.1",
"description": "Single commits of multiple files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WilliamNHarvey/github-blob-commit.git"
},
"keywords": [
"github"
],
"author": "WilliamNHarvey",
"license": "MIT",
"bugs": {
"url": "https://github.com/WilliamNHarvey/github-blob-commit/issues"
},
"homepage": "https://github.com/WilliamNHarvey/github-blob-commit#readme",
"dependencies": {
"async": "^2.6.1",
"file-system": "^2.2.2",
"octokat": "^0.10.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"buffer-equal": "0.0.1",
"dotenv": "^0.5.1",
"dox": "^0.6.1",
"doxme": "^1.8.1",
"octokat": "^0.4.7",
"standard": "^3.3.0",
"tap-spec": "^2.2.2",
"tape": "^3.5.0"
}
}