-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 883 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
{
"name": "iplocate",
"version": "1.0.7",
"description": "An express middleware for getting the location of Ips on every request.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rohail1/iplocate.git"
},
"keywords": [
"node",
"express",
"node.js",
"ip",
"location",
"geolocate",
"javascript",
"es6"
],
"engines": {
"node": ">=6.8.4"
},
"author": "Rohail Najam <[email protected]> (http://lumous.pk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rohail1/iplocate/issues"
},
"homepage": "https://github.com/Rohail1/iplocate#readme",
"dependencies": {
"ip-regex": "^2.0.0",
"request": "^2.79.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}