forked from FredrikNoren/ungit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.23 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
{
"name": "ungit",
"author": "Fredrik Norén <fredrik.jw.noren@gmail.com>",
"description": "Git made easy",
"version": "0.1.6",
"scripts": {
"start": "node ./bin/ungit",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/FredrikNoren/ungit.git"
},
"bin": {
"ungit": "./bin/ungit"
},
"main": "./source/server",
"dependencies": {
"express": "3.2.6",
"superagent": "0.14.7",
"underscore": "1.4.4",
"temp": "0.5.0",
"watchr": "2.4.3",
"socket.io": "0.9.16",
"moment": "2.0.0",
"async": "0.2.9",
"ssh2": "0.2.8",
"rc": "0.3.0",
"uuid": "1.4.1",
"winston": "0.7.1",
"passport": "0.1.17",
"passport-local": "0.1.6",
"npm": "1.3.1",
"semver": "2.0.8",
"forever-monitor": "1.1.0",
"open": "0.0.4"
},
"devDependencies": {
"mocha": "1.11.0",
"expect.js": "0.2.0",
"supertest": "0.7.0",
"grunt": "0.4.1",
"grunt-contrib-less": "0.7.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-watch": "0.5.1",
"grunt-lineending": "0.2.1",
"grunt-release": "0.5.1",
"grunt-simple-mocha": "0.4.0",
"grunt-plato": "0.2.1"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT"
}