-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 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
{
"name": "nogit",
"version": "0.1.0",
"description": "Local git replacement for npm and bower, powered by js-git and node.js",
"bin": {
"git": "./bin/git.js"
},
"repository": {
"type": "git",
"url": "https://github.com/whyleee/nogit"
},
"keywords": [
"git",
"cli",
"js-git"
],
"dependencies": {
"archiver": "^0.14.4",
"commander": "https://github.com/whyleee/commander.js/tarball/master",
"del": "^1.2.1",
"global-tunnel": "https://github.com/whyleee/global-tunnel/tarball/master",
"ini": "^1.3.4",
"js-git": "^0.7.7",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0"
},
"devDependencies": {},
"author": "Pavel Nezhencev <whyleee@gmail.com>, based on js-git by Tim Caswell <tim@creationix.com>",
"license": "MIT"
}