-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
126 lines (126 loc) · 3.04 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "akurath",
"version": "1.2.10-beta",
"description": "IDE Frontend for codepsaces.io",
"homepage": "https://www.codespaces.io",
"author": {
"name": "School of Devops",
"email": "[email protected]"
},
"license": "Apache 2",
"preferGlobal": true,
"dependencies": {
"q": "0.9.6",
"lodash": "2.4.1",
"event-stream": "3.0.11",
"readable-stream": "1.0.2",
"request": "2.27.0",
"hr.js": "0.6.3",
"commander": "1.1.1",
"googlediff": "0.1.0",
"eventemitter2": "0.4.13",
"engineer": "0.1.0",
"express": "3.3.5",
"socket.io": "0.9.16",
"loadfire": "1.3.4",
"shux": "1.0.0",
"vfs-http-adapter": "git+https://github.com/AaronO/vfs-http-adapter.git#6c9934e4f2da7886310397170b6ebaf745833936",
"vfs-local": "git+https://github.com/FriendCode/vfs-local.git#af6bafede0ccb9fb362a0c280e708648f7363f33",
"watchr": "2.4.11",
"gittle": "0.2.3",
"uuid": "1.4.1",
"glob": "3.2.6",
"temp": "0.6.0",
"wrench": "1.5.7",
"requirejs": "2.1.11",
"less": "1.5.0",
"csso": "1.3.9",
"fstream": "0.1.25",
"tar": "0.1.19",
"open": "0.0.4",
"crc": "0.2.1",
"grunt": "0.4.2",
"grunt-cli": "0.1.11",
"harbor": "0.2.0",
"qpatch": "0.0.8",
"ctags": "0.11.0",
"minimatch": "0.2.14",
"semver": "2.2.1",
"bugs": "0.1.0"
},
"devDependencies": {
"grunt-exec": "0.4.5",
"grunt-contrib-compress": "0.6.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-clean": "0.5.0"
},
"bin": {
"akurath": "./bin/akurath.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codespaces-io/akurath.git"
},
"keywords": [
"cli",
"ide",
"server",
"devops",
"codespaces",
"workspaces",
"terminal",
"code",
"docker",
"editor"
],
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "[email protected]"
},
{
"name": "Samy Pesse",
"email": "[email protected]"
},
{
"name": "Gourav Shah",
"email": "[email protected]"
},
{
"name": "Santosh Sutar",
"email": "[email protected]"
}
],
"scripts": {
"start": "[ -f .env ] && . ./.env || echo 'Store your environment config in .env'; ./node_modules/.bin/grunt"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/codespaces-io/akurath/issues"
},
"_id": "[email protected]",
"_shasum": "e8ae8e972ad6a893fc2efeae3e7ce25cc7035c79",
"_from": "akurath@",
"_npmVersion": "1.4.28",
"_nodeVersion": "0.10.40",
"_npmUser": {
"name": "schoolofdevops",
"email": "[email protected]"
},
"maintainers": [
{
"name": "gouravshah",
"email": "[email protected]"
},
{
"name": "santoshsutar",
"email": "[email protected]"
}
],
"dist": {
"shasum": "e8ae8e972ad6a893fc2efeae3e7ce25cc7035c79",
"tarball": "http://registry.npmjs.org/akurath/-/akurath-1.1.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/akurath/-/akurath-1.1.0.tgz"
}