-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.26 KB
/
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
45
46
47
{
"name": "ipfinder",
"version": "1.0.3",
"description": "Official Node.js client library for IPfinder.",
"author": "Mohamed Ben rebia <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"ipfinder",
"IPV4",
"IPV6",
"ASN"
],
"homepage": "https://ipfinder.io",
"repository": {
"type": "git",
"url": "https://github.com/ipfinder-io/ip-finder-node.git"
},
"bugs": {
"url": "https://github.com/ipfinder-io/ip-finder-node/issues"
},
"main": "src/ipfinder.js",
"unpkg": "dist/ipfinder.min.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json",
"test": "./node_modules/.bin/mocha \"test/**/*_test.js\" ",
"format": "./node_modules/.bin/prettier --write \"src/**/*.js\" \"test/**/*.js\""
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"chai": "^4.2.0",
"dotenv": "^8.0.0",
"jsdoc": "^3.6.3",
"lodash.defaultsdeep": "^4.6.1",
"minami": "^1.2.3",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-hashed-chunk-id-plugin": "^1.0.3-beta"
}
}