-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.14 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
48
49
50
51
52
{
"name": "parsa",
"version": "0.0.12",
"description": "Parsa ya data! An all purpose module to parse, sanitize, extract and validate data.",
"main": "parsa.js",
"private": false,
"scripts": {
"test": "mocha test/index.js",
"build": "gulp deploy"
},
"keywords": [
"parse",
"date",
"email",
"ip address",
"helper",
"function",
"regex",
"words",
"decimals",
"validate",
"extract",
"validate url",
"url",
"ipv4",
"ipv6",
"phone number",
"first upper",
"remove",
"strip",
"sanitize",
"check",
"validate object",
"schema"
],
"author": "Mark Moffat",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^1.0.0",
"mocha": "^3.5.0",
"run-sequence": "^2.1.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mrvautin/parsa.git"
},
"bugs": {
"url": "https://github.com/mrvautin/parsa/issues"
}
}