forked from creationix/js-git
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 990 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
34
35
36
37
38
39
40
41
42
{
"name": "js-git",
"version": "0.7.8",
"description": "Git Implemented in JavaScript",
"keywords": [
"git",
"js-git"
],
"repository": {
"type": "git",
"url": "git://github.com/creationix/js-git.git"
},
"author": "Tim Caswell <tim@creationix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/creationix/js-git/issues"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"bodec": "^0.1.0",
"culvert": "^0.1.2",
"git-sha1": "^0.1.2",
"js-sha1": "^0.4.1",
"jszip": "^3.1.3",
"pako": "^0.2.5"
},
"devDependencies": {
"@types/jasmine": "^2.5.47",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"jasmine-spec-reporter": "^3.2.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-typescript": "^3.0.0",
"typescript": "^2.2.2"
}
}