-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 794 Bytes
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
{
"name": "netty-finder",
"version": "1.0.0",
"description": "This script checks a Nigerian Telephone number and detects which network it belongs to.",
"main": "dist/js/app.js",
"scripts": {
"test": "npm run build",
"build": "babel src -d build/js -w -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BolajiAyodeji/netty-finder.git"
},
"keywords": [
"netty-finder",
"network",
"finder",
"nigeria"
],
"author": "Bolaji Ayodeji",
"license": "ISC",
"bugs": {
"url": "https://github.com/BolajiAyodeji/netty-finder/issues"
},
"homepage": "https://github.com/BolajiAyodeji/netty-finder#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1"
}
}