forked from markogresak/canihazip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 935 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
{
"name": "canihazip",
"version": "1.0.1",
"description": "Get public IP using canihazip.com.",
"author": {
"name": "Marko Grešak",
"email": "[email protected]",
"url": "https://gresak.io"
},
"repository": "markogresak/canihazip",
"license": "MIT",
"files": [
"index.js",
"cli.js"
],
"keywords": [
"canihazip",
"ip"
],
"dependencies": {
"promise": "^7.0.1"
},
"devDependencies": {
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"grunt-bump": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt"
},
"bin": {
"canihazip": "cli.js"
}
}