-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 2.63 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "ungit",
"author": "Fredrik Norén <[email protected]>",
"description": "Git made easy",
"version": "1.1.16",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/FredrikNoren/ungit.git"
},
"bin": {
"ungit": "./bin/ungit",
"0ungit-credentials-helper": "./bin/credentials-helper"
},
"dependencies": {
"async": "~2.4.0",
"bluebird": "~3.5.0",
"blueimp-md5": "~2.7.0",
"body-parser": "~1.17.1",
"color": "~1.0.3",
"cookie-parser": "~1.4.3",
"crossroads": "~0.12.2",
"diff2html": "^2.3.0",
"express": "~4.15.2",
"express-session": "~1.15.2",
"forever-monitor": "~1.1.0",
"getmac": "~1.2.1",
"hasher": "~1.2.0",
"ignore": "~3.2.7",
"just-detect-adblock": "^1.0.0",
"keen.io": "~0.1.3",
"knockout": "~3.4.2",
"lodash": "~4.17.4",
"mkdirp": "~0.5.1",
"moment": "~2.18.1",
"node-cache": "~4.1.1",
"npm": "~4.6.1",
"npm-registry-client": "~8.3.0",
"octicons": "~3.5.0",
"open": "~0.0.5",
"os-homedir": "~1.0.2",
"passport": "~0.3.2",
"passport-local": "~1.0.0",
"raven": "~1.2.1",
"rc": "~1.2.1",
"rimraf": "~2.6.1",
"semver": "~5.3.0",
"serve-static": "~1.12.2",
"signals": "~1.0.0",
"snapsvg": "~0.5.1",
"socket.io": "~1.7.3",
"superagent": "^0.21.0",
"temp": "~0.8.3",
"winston": "~2.3.1",
"yargs": "~8.0.0-candidate.0"
},
"devDependencies": {
"ansi-color": "~0.2.1",
"babel-preset-es2015": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"browserify": "~14.3.0",
"electron-packager": "~8.6.0",
"expect.js": "~0.3.1",
"grunt": "~1.0.1",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-imagemin": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-image-embed": "0.3.3",
"grunt-lineending": "~1.0.0",
"grunt-mocha-istanbul": "~5.0.2",
"grunt-mocha-test": "~0.13.2",
"grunt-plato": "~1.4.0",
"grunt-release": "~0.14.0",
"istanbul": "~0.4.5",
"mocha": "~3.3.0",
"phantomjs-prebuilt": "~2.1.14",
"supertest": "~3.0.0"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"main": "public/main.js",
"window": {
"title": "Ungit",
"icon": "icon.png",
"toolbar": false,
"frame": false,
"show": false,
"width": 1000,
"height": 600,
"position": "center",
"min_width": 400,
"min_height": 200
}
}