forked from FredrikNoren/ungit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.37 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
{
"name": "ungit",
"author": "Fredrik Norén <fredrik.jw.noren@gmail.com>",
"description": "Git made easy",
"version": "0.8.3",
"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": {
"express": "~4.8.5",
"superagent": "~0.18.2",
"lodash": "~2.4.1",
"temp": "~0.8.1",
"socket.io": "~0.9.16",
"moment": "~2.8.2",
"async": "~0.9.0",
"rc": "~0.5.0",
"uuid": "1.4.1",
"winston": "~0.7.3",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"semver": "~3.0.1",
"forever-monitor": "1.1.0",
"open": "~0.0.5",
"optimist": "~0.6.1",
"crossroads": "~0.12.0",
"signals": "~1.0.0",
"hasher": "~1.2.0",
"blueimp-md5": "~1.1.0",
"color": "~0.7.1",
"keen.io": "~0.1.2",
"getmac": "~1.0.6",
"deep-extend": "~0.2.11",
"raven": "~0.7.0",
"knockout": "~3.2.0",
"npm-registry-client": "~3.1.4",
"npmconf": "~2.0.5",
"mkdirp": "~0.5.0",
"body-parser": "~1.6.5",
"cookie-parser": "~1.3.2",
"express-session": "~1.7.6",
"serve-static": "~1.5.3"
},
"devDependencies": {
"mocha": "~1.21.4",
"expect.js": "~0.3.1",
"supertest": "~0.10.0",
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-lineending": "~0.2.2",
"grunt-release": "~0.7.0",
"grunt-simple-mocha": "0.4.0",
"grunt-plato": "~1.3.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-image-embed": "0.3.1",
"grunt-browserify": "~3.0.1",
"phantomjs": "~1.9.7-15",
"ansi-color": "~0.2.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"node-webkit-builds": "~0.9.2",
"grunt-curl": "~2.0.2",
"unzip": "~0.1.9",
"grunt-contrib-clean": "~0.6.0",
"npm": "~2.0.0-beta.0"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"_node_webkit_config": "",
"main": "public/nwlauncher.html",
"window": {
"title": "Ungit",
"icon": "icon.png",
"toolbar": false,
"frame": false,
"show": false,
"width": 1000,
"height": 600,
"position": "center",
"min_width": 400,
"min_height": 200
}
}