forked from creationix/js-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 707 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 707 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
{
"name": "js-git",
"version": "0.2.3",
"description": "Git Implemented in JavaScript",
"repository": {
"type": "git",
"url": "git://github.com/creationix/js-git.git"
},
"keywords": [
"git",
"js-git"
],
"author": "Tim Caswell <tim@creationix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/creationix/js-git/issues"
},
"scripts": {
"test": "find . -name '*.js' | grep -v node_modules | grep -v min.js | xargs jshint"
},
"dependencies": {
"bops": "~0.0.6",
"git-apply-delta": "0.0.7",
"push-to-pull": "~0.1.0"
},
"devDependencies": {
"js-git-node-platform": "~0.2.0",
"gen-run": "~0.1.0",
"jshint": "~2.1.9"
}
}