Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kowalski <rok@kowalski.gd>2013-04-20 03:49:22 +0400
committerisaacs <i@izs.me>2013-05-04 00:31:24 +0400
commit1cdd48197a516f2a7a4fce2b1c59c5420971e81d (patch)
tree4909f004ef21c34a97386a9a8488098ad5c2adbb /node_modules/npm-user-validate/package.json
parentc199d38d9f68177ff2425e1078d47daa14993a8a (diff)
add npm-user-validate@0.0.1
Diffstat (limited to 'node_modules/npm-user-validate/package.json')
-rw-r--r--node_modules/npm-user-validate/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/node_modules/npm-user-validate/package.json b/node_modules/npm-user-validate/package.json
new file mode 100644
index 000000000..d2bdf7799
--- /dev/null
+++ b/node_modules/npm-user-validate/package.json
@@ -0,0 +1,29 @@
+{
+ "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"
+}