-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 879 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
{
"name": "ip2country",
"version": "1.0.0",
"description": "Self-contained IP to country lookup",
"main": "ip2country.js",
"repository": {
"type": "git",
"url": "https://github.com/willscott/ip2country.git"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"ip",
"geoloc"
],
"author": "Will Scott <[email protected]> (https://wills.co.tt)",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.0.0",
"chalk": "^1.0.0",
"event-stream": "^3.1.7",
"ftp-stream": "0.0.4",
"grunt": "^1.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.4",
"grunt-publish": "^1.0.0",
"linebyline": "^1.3.0",
"mocha": "^2.0.1",
"moment": "^2.9.0",
"q": "^1.1.2",
"stream-reduce": "^1.0.3"
},
"dependencies": {
"asbycountry": "^1.2.0"
}
}