forked from spolu/breach_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "breach_core",
"description": "Breach Core Module",
"author": {
"name": "Stanislas Polu",
"email": "[email protected]",
"url": "http://github.com/spolu"
},
"version": "0.3.22-alpha.6",
"dependencies": {
"exo_browser": "0.6.x",
"gig.fs": "0.2.x",
"async": "0.9.x",
"mkdirp": "0.3.x",
"octonode": "0.6.x",
"fs-extra": "0.8.x",
"npm": "1.4.x",
"semver": "2.2.x",
"tar": "0.1.x",
"request": "2.36.x",
"express": "4.0.x",
"body-parser": "1.0.x",
"method-override": "1.0.x",
"socket.io": "1.0.x",
"openpgp": "0.6.x",
"tail": "0.3.x"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/breach/breach_core.git"
},
"bugs": {
"url": "https://github.com/breach/breach_core/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/breach/breach_core/raw/master/LICENSE"
}
],
"main": "./index.js",
"engines": {
"exo_browser": "0.6.x"
},
"auto_update": {
"url": "https://data.breach.cc/update"
}
}