-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 911 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
{
"name": "satelize",
"description": "Get location details (latitude, longitude...) from IP visitor, server side NodeJS module",
"version": "0.2.0",
"author": {
"name": "Julien Valéry",
"email": "[email protected]"
},
"homepage": "https://github.com/darul75/satelize",
"repository": {
"type": "git",
"url": "https://github.com/darul75/satelize.git"
},
"keywords": [
"ip",
"location",
"geolocation",
"address",
"nodejs",
"telize"
],
"main": "./src/satelize",
"scripts": {
"test": "mocha test/*.js"
},
"engines": {
"node": ">=0.8.x"
},
"dependencies": {
"maxmind-db-reader": "^0.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"mocha": "^2.3.4"
},
"bugs": {
"url": "https://github.com/darul75/satelize/issues"
},
"readmeFilename": "README.md",
"license": "MIT"
}