-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 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
{
"name": "pack-git",
"version": "1.0.4",
"bin": "./bin/pack_git.js",
"description": "Utility for Webpacking source and returning it to a git repository.",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/securityvoid/pack-git.git"
},
"keywords": [
"webpack",
"git"
],
"author": "Doug Logan",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/securityvoid/pack-git/issues"
},
"homepage": "https://github.com/securityvoid/pack-git#readme",
"dependencies": {
"child_process": "^1.0.2",
"dotenv": "^4.0.0",
"fs-extra": "^3.0.1",
"minimalist": "^1.0.0",
"path": "^0.12.7",
"q": "^1.5.0",
"webpack": "~3.5.6"
}
}