-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 702 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
{
"name": "is-valid",
"version": "1.1.0",
"description": "String validator for more",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git@github.com:SFantasy/node-validator"
},
"keywords": [
"validate",
"validator",
"valid",
"string"
],
"author": "Fantasy <fantasyshao@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SFantasy/node-validator/issues"
},
"homepage": "https://github.com/SFantasy/node-validator",
"dependencies": {},
"devDependencies": {
"mocha": "^1.21.4",
"istanbul": "^0.3.2"
}
}