-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "@0devco/bd-phone-validator",
"version": "2.0.0",
"description": "Bangladesh (BD) phone number validation",
"main": "./index.js",
"scripts": {
"unit": "karma start karma.conf.js ",
"test": "npm run unit"
},
"repository": {
"type": "git",
"url": "https://github.com/code4mk/bd-phone-validator"
},
"keywords": [
"0devco",
"bd",
"bd-phone-validation",
"bd-cellnum-validation",
"bd-mobile-operator"
],
"author": {
"name": "code4mk",
"email": "hireMostafa@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/code4mk/bd-phone-validator/issues"
},
"homepage": "https://github.com/code4mk/bd-phone-validator",
"dependencies": {
"browserify": "^16.2.3",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
"karma-browserify": "^5.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"watchify": "^3.11.0"
}
}