-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 698 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 698 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
{
"name": "openmsisdnmapper",
"version": "1.0.0",
"description": "E.164 <-> E.212 Mapper for developers and communication service providers",
"main": "index.js",
"scripts": {
"test": "json-server --watch destinations.json --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajamous/OpenMSISDNMapper.git"
},
"keywords": [
"MSISDN",
"Number",
"Lookup"
],
"author": "Ameed I Jamous",
"license": "SEE LICENSE IN README.md",
"bugs": {
"url": "https://github.com/ajamous/OpenMSISDNMapper/issues"
},
"homepage": "https://github.com/ajamous/OpenMSISDNMapper#readme",
"dependencies": {
"json-server": "^0.17.0"
}
}