forked from Richienb/iplocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 890 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
{
"name": "iplocation",
"version": "5.0.1",
"description": "get ip location information",
"main": "index.js",
"files": [
"LICENSE.md",
"README.md",
"index.js",
"test.js"
],
"scripts": {
"test": "./node_modules/.bin/standard && ./node_modules/.bin/ahcom"
},
"repository": {
"type": "git",
"url": "git://github.com/roryrjb/iplocation"
},
"keywords": [
"ip",
"location",
"ip-location",
"geolocation"
],
"author": "Rory Bradford",
"contributors": [
{
"name": "Chris Dyson"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/roryrjb/iplocation/issues"
},
"homepage": "https://github.com/roryrjb/iplocation",
"dependencies": {
"debug": "^2.6.3",
"ip-regex": "^3.0.0",
"request": "^2.81.0"
},
"devDependencies": {
"ahcom": "^0.0.10",
"standard": "^10.0.1"
}
}