mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
699 B
30 lines
699 B
12 years ago
|
{
|
||
|
"name": "npm-user-validate",
|
||
|
"version": "0.0.1",
|
||
|
"description": "User validations for npm",
|
||
|
"main": "npm-user-validate.js",
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": "0.4.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/robertkowalski/npm-user-validate"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"npm",
|
||
|
"validation"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Robert Kowalski",
|
||
|
"email": "rok@kowalski.gd"
|
||
|
},
|
||
|
"license": "BSD",
|
||
|
"readme": "## npmvalidate\n\nValidation for the npm client and npm-www (and probably other npm projects)",
|
||
|
"readmeFilename": "README.md",
|
||
|
"_id": "npm-user-validate@0.0.1",
|
||
|
"_from": "npm-user-validate@0"
|
||
|
}
|