-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.48 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
{
"name": "Gitsu",
"version": "0.0.1",
"description": "GIT Submodule Utility",
"licenses": [
{
"type": "GPL3",
"url": "https://github.com/udw/gitsu/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/udw/gitsu.git"
},
"main": "src/lib",
"homepage": "https://github.com/udw/gitsu",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"abbrev": "~1.0.4",
"archy": "~0.0.2",
"bower-logger": "~0.2.2",
"cardinal": "~0.4.0",
"chalk": "~0.5.0",
"chmodr": "~0.1.0",
"decompress-zip": "~0.0.6",
"deepmerge": "^0.2.7",
"fstream": "~0.1.29",
"fstream-ignore": "~0.0.6",
"glob": "~4.0.2",
"graceful-fs": "~3.0.1",
"handlebars": "~1.3.0",
"inquirer": "~0.5.1",
"insight": "~0.3.0",
"is-root": "~0.1.0",
"junk": "~0.3.0",
"lockfile": "~0.4.2",
"lru-cache": "~2.5.0",
"mkdirp": "~0.5.0",
"mout": "~0.9.1",
"mv": "~2.0.3",
"nopt": "~3.0.0",
"opn": "~0.1.1",
"osenv": "~0.1.0",
"path-is-inside": "~1.0.1",
"p-throttler": "~0.0.1",
"promptly": "~0.2.0",
"q": "~1.0.1",
"request": "~2.36.0",
"request-progress": "~0.3.0",
"retry": "~0.6.0",
"rimraf": "~2.2.0",
"semver": "~2.3.0",
"shell-quote": "~1.4.1",
"stringify-object": "~0.2.0",
"tar": "~0.1.17",
"tmp": "0.0.23",
"update-notifier": "0.2.0",
"which": "~1.0.5",
"wrench": "^1.5.8",
"upt-config": "*",
"upt-endpoint-parser": "*",
"upt-json": "*",
"upt-registry-client": "*"
},
"devDependencies": {
"coveralls": "~2.11.0",
"expect.js": "~0.3.1",
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.2",
"grunt-simple-mocha": "~0.4.0",
"istanbul": "~0.2.4",
"load-grunt-tasks": "~0.6.0",
"mocha": "~1.20.1",
"nock": "~0.41.0",
"node-uuid": "~1.4.1",
"proxyquire": "~1.0.1"
},
"bin": {
"gitsu": "gitsu/bin/gitsu"
},
"preferGlobal": true,
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/udw/gitsu/issues"
},
"scripts": {
"start": "node gitsu\/bin\/gitsu"
}
}