Skip to content

Commit 2b6bc2b

Browse files
committed
First commit
1 parent bc3afe9 commit 2b6bc2b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "ipgeolocation-ip-test",
3+
"version": "1.0.0",
4+
"description": "new pkg",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"ipgeolocation"
11+
],
12+
"author": "NPM ipgeolocation <support@ipgeolocation.io> (http://ipgeolocation.io)",
13+
"license": "ISC",
14+
"dependencies": {
15+
"xmlhttprequest": "^1.8.0"
16+
}
17+
}

0 commit comments

Comments
 (0)