forked from bipio-server/bip-pod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 963 Bytes
/
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": "bip-pod",
"version": "0.3.17",
"author": "Michael Pearson",
"description": "Bipio's Pod bridge",
"keywords": [
"bip",
"bipio",
"pod"
],
"repository": {
"type": "git",
"url": "git://github.com/bipio-server/bip-pod.git"
},
"bugs": {
"url": "http://github.com/bipio-server/bip-pod/issues"
},
"licenses": [
{
"type": "GNU GPLv3",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"main": ".",
"dependencies": {
"JSONPath": "^0.10.0",
"cron": "^1.0.4",
"dns": "^0.2.2",
"extend": ">=1.1.3",
"ipaddr.js": "^0.1.5",
"mime": ">=1.2.11",
"moment": ">=2.5.0",
"node-uuid": "^1.3.3",
"passport": ">=0.1.15",
"pkginfo": "0.2.x",
"request": ">= 2.2.9",
"tldtools": ">=0.0.19",
"underscore": "^1.7.0",
"validator": "1.5.1"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"should": "*",
"mocha": "*"
}
}