-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 880 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 880 Bytes
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
{
"name": "bip-pod",
"version": "0.5.0",
"author": "Michael Pearson",
"description": "Bipio's Pod bridge",
"keywords": [
"bip",
"bipio",
"pod"
],
"repository": {
"type": "git",
"url": "https://github.com/bipio-server/bip-pod.git"
},
"bugs": {
"url": "https://github.com/bipio-server/bip-pod/issues"
},
"license": "Apache-2.0",
"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": "*"
}
}